Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • scripts
  • schedulerTask.sh
  • Added php.ini config file arg to script files.
    fd77ef1d
    Kevin G Fourie authored
    2009-09-16 11:12:06 +0200  
    Browse Code ยป
schedulerTask.sh 117 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
#!/bin/sh

cd ../bin
while true; do
/usr/local/zend/bin/php -c /use/local/zend/etc -Cq scheduler.php
  sleep 30
done