Cron is a linux program that lets you execute scripts on a schedule.

Notes

  • Cron will use the home directory of the executing user as a working directory. To change it, one needs to cd into another directory and then run the desired command: cd my/dir && ./my-script.sh