Skip to content

Because I felt I could be lazy if I could make cron jobs run my scripts

Notifications You must be signed in to change notification settings

RealRadOne/Crony-Bash

Repository files navigation

Crony-Bash

Because I felt I could be lazy if I could make cron jobs run my scripts

Cron-Jobs

"They are a utility to schedule jobs at a specific time in Unix-like operating systems"
The typical format being
A normal CronJob-Format

Executing The Scripts

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.

To run any script.

  • Download the project
  • Get to the directory containing the files
  • Give the following set of commands
    chmod +rx script_name.sh
    ./script_name.sh

In progress-A powershell version for Windows :)

About

Because I felt I could be lazy if I could make cron jobs run my scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published