Mercurial > garten
comparison runtick.sh @ 19:eb8db0d906de
updated runtick.sh to current program
author | meillo@marmaro.de |
---|---|
date | Wed, 23 Jul 2008 17:44:15 +0200 |
parents | ac67f688ed2e |
children |
comparison
equal
deleted
inserted
replaced
18:5937504619f2 | 19:eb8db0d906de |
---|---|
6 if [ $# -ne 1 ] ; then | 6 if [ $# -ne 1 ] ; then |
7 echo "usage: runtick.sh <database>" | 7 echo "usage: runtick.sh <database>" |
8 exit 1 | 8 exit 1 |
9 fi | 9 fi |
10 | 10 |
11 database="$1" | 11 echo "database '$1'" |
12 | |
13 echo "database '$database'" | |
14 echo "started backend cycle at `date +%F\ %H:%M:%S`" | 12 echo "started backend cycle at `date +%F\ %H:%M:%S`" |
15 | 13 ./garten $1 |
16 ./bin/clock $database | |
17 ./bin/weather $database | |
18 ./bin/environment $database | |
19 #./bin/market $database | |
20 ./bin/growth $database | |
21 #./bin/orderexec $database | |
22 | |
23 echo "finished backend cycle at `date +%F\ %H:%M:%S`" | 14 echo "finished backend cycle at `date +%F\ %H:%M:%S`" |