#! /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."