Changeset 33 for trunk/robots
- Timestamp:
- 09/03/05 22:42:52 (6 years ago)
- Location:
- trunk/robots
- Files:
-
- 2 modified
-
launch_robots.sh (modified) (1 diff)
-
launch_robots_2h.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/robots/launch_robots.sh
r24 r33 1 1 #/bin/sh 2 3 cd `dirname $0` 2 4 3 5 nice -19 /usr/bin/php dispatch_message.bot.php && sleep 1 -
trunk/robots/launch_robots_2h.sh
r1 r33 1 1 #/bin/sh 2 2 3 CURRENT_DIR=`dirname $0` 4 cd ~/$CURRENT_DIR 5 6 export BASEPATH=$PWD/../www 3 cd `dirname $0` 7 4 8 5 nice -19 /usr/bin/php fetch_rss.bot.php
