Skip to content

Instantly share code, notes, and snippets.

@vdubyna
Created December 20, 2014 13:23
Show Gist options
  • Select an option

  • Save vdubyna/1ddfd848b21f554c962e to your computer and use it in GitHub Desktop.

Select an option

Save vdubyna/1ddfd848b21f554c962e to your computer and use it in GitHub Desktop.
counter="0"; while [ $counter -lt 100 ] ; do counter=$[$counter+1] && php dispatcher.php && sleep 3 ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment