Skip to content

Instantly share code, notes, and snippets.

@sg-s
Created December 11, 2014 00:35
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 sg-s/cde02d4b7fabcc3785d8 to your computer and use it in GitHub Desktop.
Save sg-s/cde02d4b7fabcc3785d8 to your computer and use it in GitHub Desktop.
How to get cron to see the $PATH you see
echo PATH=$PATH > tmp.cron
echo >> tmp.cron
crontab -l >> tmp.cron
crontab tmp.cron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment