go-pingbot/start.sh

9 lines
134 B
Bash
Raw Normal View History

2021-08-29 10:19:54 +00:00
#!/usr/bin/env bash
# Add permission and start
chmod +x pingbot.out
./pingbot.out
# Loop start e.g. on update restart
bash start.sh