Skip to content

Instantly share code, notes, and snippets.

@mcauser
Created September 16, 2015 04:30
Show Gist options
  • Save mcauser/aa81a8247d26adcabb4c to your computer and use it in GitHub Desktop.
Save mcauser/aa81a8247d26adcabb4c to your computer and use it in GitHub Desktop.
annoying crons
crontab -l | { cat; echo "* * * * * say it is now \$(date '+\%l \%M \%p')"; } | crontab -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment