From 46dd680302a462ffc1a110893f2238e839842861 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 1 Sep 2012 18:19:39 +0100 Subject: [PATCH] mkbotpass.sh: Utility to generate `botpass.tcl'. --- mkbotpass.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 mkbotpass.sh 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 -- 2.11.0