From ac4e3b51570c757688dca3cc81292984c8df9255 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 14 Jul 2010 16:39:06 -0600 Subject: [PATCH] Add shell script to run a round --- round.sh | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 round.sh diff --git a/round.sh b/round.sh new file mode 100755 index 0000000..027483a --- /dev/null +++ b/round.sh @@ -0,0 +1,46 @@ +#! /bin/sh + +if [ -f next-round ]; then + next=$(cat next-round) +else + next=0 +fi +expr $next + 1 > next-round + +fn=$(printf "round-%04d.html" $next) + + +echo -n "Running round $next... " +cat < $fn + + + + Tanks Round $next + + + + + +
+

0 fps

+ + +EOF +echo "done." +