Skip to content

Instantly share code, notes, and snippets.

@cfree3
Created March 27, 2015 10:42
Show Gist options
  • Save cfree3/9712fb68bfe01a38da96 to your computer and use it in GitHub Desktop.
Save cfree3/9712fb68bfe01a38da96 to your computer and use it in GitHub Desktop.
Saving the world, one crontab at a time
function crontab() {
if [ "${1}" = "-r" ]; then
echo "I don't think you meant to do that."
return
fi
/usr/bin/crontab ${@}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment