chiark
/
gitweb
/
~mdw
/
ircbot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
startup.sh: Run bots in a screen(1) instance.
[ircbot]
/
mkbotpass.sh
1
#! /bin/sh -e
2
rm -f botpass.tcl.new
3
umask 077
4
cat <<EOF >botpass.tcl.new
5
set botpass $(gorp 128)
6
EOF
7
mv botpass.tcl.new botpass.tcl