chiark / gitweb /
irc-summon: Share list of bot users with `irc-identpass'.
[ircbot] / startup.sh
1 #!/bin/sh
2 set -e
3 cd "`dirname $0`"
4 sleep 1
5 set +e
6 ./blight-startup.tcl
7 sleep ${1:-5000000}