Skip to content
/ cron Public

A simple cron implementation

Sberm/cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 &

About

A simple cron implementation

Resources

Stars

Watchers

Forks

Packages

No packages published