Mercurial > garten
view runtick.sh @ 17:5e6c9260913a
lots of cleanups and small fixes
author | meillo@marmaro.de |
---|---|
date | Wed, 23 Jul 2008 17:14:38 +0200 |
parents | ac67f688ed2e |
children | eb8db0d906de |
line wrap: on
line source
#!/bin/sh # # runs one cycle # if [ $# -ne 1 ] ; then echo "usage: runtick.sh <database>" exit 1 fi database="$1" echo "database '$database'" echo "started backend cycle at `date +%F\ %H:%M:%S`" ./bin/clock $database ./bin/weather $database ./bin/environment $database #./bin/market $database ./bin/growth $database #./bin/orderexec $database echo "finished backend cycle at `date +%F\ %H:%M:%S`"