chiark
/
gitweb
/
~mdw
/
ircbot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
helpinfos: Missing cross-reference.
[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'