helpinfos: Customize for local installation.
[ircbot] / startup.sh
... / ...
CommitLineData
1#! /bin/sh
2set -e
3
4screen -d -m -S bots
5screen -X -S bots \
6 screen -t blight \
7 sh -c 'sudo -u ircbot ./blight-startup.tcl distorted; sleep 60'