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

3 lines
78 B
Plaintext
Raw Normal View History

2020-10-19 18:25:49 +00:00
#!/bin/sh
2020-12-29 22:55:56 +00:00
tmux new -s 0 -d 'cd ~/.invid; git pull; docker-compose up --build'