chiark / gitweb /
helpinfos: Advertise the HTTPS URL for help.
[ircbot] / startup.sh
1 #! /bin/sh
2 set -e
3
4 screen -d -m -S bots
5 screen -X -S bots \
6   screen -t blight \
7   sh -c 'sudo -u ircbot ./blight-startup.tcl distorted; sleep 60'