mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 06:25:00 +00:00
4 lines
100 B
Bash
Executable file
4 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
cd $D/Installs/invidious
|
|
tmux new -s 0 -d "cd $D/Installs/invidious; docker-compose up"
|