Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 164 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 164 Bytes

go-cron

Simple golang wrapper over github.com/robfig/cron and os/exec as a cron replacement

usage

go-cron "* * * * * *" /bin/bash -c "echo 1"