helpinfos: Missing cross-reference.
[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