Skip to content

Instantly share code, notes, and snippets.

@Fannon
Created June 11, 2015 10:43
Show Gist options
  • Save Fannon/e5e0fd185dabc5dac80f to your computer and use it in GitHub Desktop.
Save Fannon/e5e0fd185dabc5dac80f to your computer and use it in GitHub Desktop.
runJobs.sh
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