Mercurial > garten
view runtick.sh @ 0:831599184108
inital commit
can increment the time in the database
author | meillo@marmaro.de |
---|---|
date | Mon, 12 May 2008 21:24:20 +0200 |
parents | |
children | 32c4212f05d9 |
line wrap: on
line source
#!/bin/sh # # runs one cycle # if [ $# -ne 1 ] ; then echo "usage: runtick.sh <gamename>" exit 1 fi gamename="$1" echo "started backend cycle at `date +%F\ %H:%M:%S`" ./bin/clock $gamename #./bin/weather $gamename #./bin/environmant $gamename #./bin/market $gamename #./bin/growth $gamename #./bin/orderexec $gamename echo "finished backend cycle at `date +%F\ %H:%M:%S`"