chiark / gitweb /
mkbotpass.sh: Utility to generate `botpass.tcl'.
[ircbot] / mkbotpass.sh
CommitLineData
46dd6803
MW
1#! /bin/sh -e
2rm -f botpass.tcl.new
3umask 077
4cat <<EOF >botpass.tcl.new
5set botpass $(gorp 128)
6EOF
7mv botpass.tcl.new botpass.tcl