Created
June 11, 2015 10:43
-
-
Save Fannon/e5e0fd185dabc5dac80f to your computer and use it in GitHub Desktop.
runJobs.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true; | |
do php ./maintenance/runJobs.php --procs 4 && echo '.'; | |
sleep 3; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment