Working Ninja
2016-11-01T16:55:19
Testing Scripts for Cron

Before adding a script to cron and finding that it doesn't work because of a PATH issue, here's a handy command to test:

env -i ./script

This will run your script in the same environment that cron will.