Because I felt I could be lazy if I could make cron jobs run my scripts
"They are a utility to schedule jobs at a specific time in Unix-like operating systems"
The typical format being
All the scripts above can be run like any other scripts.The cron jobs are just a way for you to run these at a stipulated time.
- Download the project
- Get to the directory containing the files
- Give the following set of commands
chmod +rx script_name.sh
./script_name.sh