diff options
Diffstat (limited to 'util/opendice.sh')
-rw-r--r-- | util/opendice.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util/opendice.sh b/util/opendice.sh new file mode 100644 index 00000000..767e213a --- /dev/null +++ b/util/opendice.sh @@ -0,0 +1,10 @@ +#!/bin/sh +# $Id: opendice.sh,v 1.1 2002/03/07 15:13:46 in2 Exp $ + +bin/countalldice > etc/dice.dis +bin/post Record "骰子中獎名單" "[骰子報告]" etc/windice.log +bin/post Security "骰子失敗名單" "[骰子報告]" etc/lostdice.log +bin/post Security "骰子期望值" "[骰子報告]" etc/dice.dis +rm -f etc/windice.log +rm -f etc/lostdice.log +rm -f etc/dice.dis |