Skip to content

Ashtoruin/cronparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cronparser

This script will parse a given cronjob and return when it will execute in a more human-readable format

Running

./cron_parser.py "0 0 1 * ? /some/command/here"

minute         0
hour           0
day of month   1
month          1 2 3 4 5 6 7 8 9 10 11 12
day of week
command       /some/command/here

You can also use -h to see additional flags

Requirements

Python3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages