dotfiles/.local/bin/invid

3 lines
78 B
Bash
Executable File

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