mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-11 22:13:24 +00:00
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
|
#!/bin/bash
|
||
|
cd $D/Installs/invidious
|
||
|
tmux new -s 0 -d "cd $D/Installs/invidious; docker-compose up"
|