Scripts in cron need discipline
Log to stdout/stderr (captured by cron mail) or a file. Set PATH explicitly. Use flock for mutual exclusion. Document schedule with comments.
Best practice: Wrap cron jobs: strict mode, logging, lock file, alert on non-zero exit.
Output
Press Run to execute your code.