mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 15:23:15 +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"
|