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." +