her.esy.fun/engine/dev.sh
Yann Esposito (Yogsototh) 9ce3afee97
Update and deploy
2021-05-26 07:58:35 +02:00

7 lines
109 B
Bash
Executable file

#!/bin/bash
set -e
tmux \
new-session './engine/serve.sh' \; \
split-window './engine/auto-build.sh' \;