Skip to content

Instantly share code, notes, and snippets.

@slowjud
Created April 29, 2014 06:12
Show Gist options
  • Save slowjud/11391815 to your computer and use it in GitHub Desktop.
Save slowjud/11391815 to your computer and use it in GitHub Desktop.
crontab -l | { cat; echo "@hourly 'for i in {1..20}; do say wub; done'"; } | crontab -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment