1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 13:32:06 +00:00
dotfiles/.local/bin/invid

3 lines
78 B
Plaintext
Raw Normal View History

#!/bin/sh
tmux new -s 0 -d 'cd ~/.invid; git pull; docker-compose up --build'