Skip to content

Instantly share code, notes, and snippets.

@nobiki
Created July 14, 2019 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nobiki/f8a5238f86e33dfd1500196795e210f9 to your computer and use it in GitHub Desktop.
Save nobiki/f8a5238f86e33dfd1500196795e210f9 to your computer and use it in GitHub Desktop.
crontab -l | tee /var/tmp/.crontab && vim /var/tmp/.crontab && crontab /var/tmp/.crontab && rm -f /var/tmp/.crontab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment