1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-09 00:14:53 +00:00
dotfiles/.local/bin/invidious

3 lines
82 B
Plaintext
Raw Normal View History

2020-10-19 18:25:49 +00:00
#!/bin/sh
2020-11-15 03:13:01 +00:00
tmux new -s 0 -d 'cd ~/.invidious; git pull; docker-compose up --build'