add start script

This commit is contained in:
Medzik 2021-08-29 10:19:54 +00:00
parent 7ef99d82c6
commit 08b127e96a
2 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,7 @@ archives:
- config.schema.toml
- README.md
- LICENSE
- start.sh
checksum:
name_template: 'md5_checksums.txt'

8
start.sh Normal file
View File

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