go-pingbot/start.sh
2021-08-29 10:19:54 +00:00

9 lines
134 B
Bash

#!/usr/bin/env bash
# Add permission and start
chmod +x pingbot.out
./pingbot.out
# Loop start e.g. on update restart
bash start.sh