A simple cron implementation Compile and run sh dev.sh Build sh build.sh Run $ ./cron -h Cron by Howard Chu -h: Print this message -f <crontab file>: Path of the crontab file (default: ~/.crontab.txt) Run it as a daemon nohup ./cron > /dev/null &