1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-19 00:20:28 +00:00
dotfiles/.local/bin/invidious

4 lines
100 B
Plaintext
Raw Normal View History

2020-10-04 00:23:08 +00:00
#!/bin/bash
cd $D/Installs/invidious
tmux new -s 0 -d "cd $D/Installs/invidious; docker-compose up"