kill bot after 10 minutes idling

should prevent 'ping loss' due to weird network setup
This commit is contained in:
Eva Dengler 2022-03-05 21:39:54 +01:00
commit f6cf8b46ec
8 changed files with 187 additions and 230 deletions

View file

@ -9,7 +9,7 @@ export GOARCH=arm
export GOARM=7
declare -a src
src+=(bot.go boddle.go logging.go ircfoo.go)
src+=(bot.go boddle.go logging.go helpers.go types.go)
declare -i nproc="$(nproc)"
go build -p ${nproc} "${src[@]}"