From: Mark Wooding Date: Sat, 1 Sep 2012 17:19:39 +0000 (+0100) Subject: mkbotpass.sh: Utility to generate `botpass.tcl'. X-Git-Url: https://git.distorted.org.uk/~mdw/ircbot/commitdiff_plain/46dd680302a462ffc1a110893f2238e839842861?ds=sidebyside;hp=8db8c10f98ce1085510a1d17d609fc516ced1143 mkbotpass.sh: Utility to generate `botpass.tcl'. --- diff --git a/mkbotpass.sh b/mkbotpass.sh new file mode 100755 index 0000000..6a3af70 --- /dev/null +++ b/mkbotpass.sh @@ -0,0 +1,7 @@ +#! /bin/sh -e +rm -f botpass.tcl.new +umask 077 +cat <botpass.tcl.new +set botpass $(gorp 128) +EOF +mv botpass.tcl.new botpass.tcl