Skip to content

Instantly share code, notes, and snippets.

@pbnj
Last active April 6, 2017 17:41
Show Gist options
  • Save pbnj/051d685e650aab1acfb807eb207fa115 to your computer and use it in GitHub Desktop.
Save pbnj/051d685e650aab1acfb807eb207fa115 to your computer and use it in GitHub Desktop.
run as cron (cron debugging script)
#!/bin/bash -ex
# env > $HOME/cronenv
env -i $(cat $HOME/cronenv) "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment