Skip to content

Instantly share code, notes, and snippets.

@tigercallme
Forked from markeganfuller/disable_crontab_r
Last active August 29, 2015 14:14
Show Gist options
  • Save tigercallme/34555baec3a781539775 to your computer and use it in GitHub Desktop.
Save tigercallme/34555baec3a781539775 to your computer and use it in GitHub Desktop.
# Disable crontab -r
function crontab ()
{
# Replace -r with -e
/usr/bin/crontab "${@/-r/-e}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment