jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Refactor cron.rb to do editing in ruby instead of using unix commands #17

Closed jamesrwhite closed 10 years ago

jamesrwhite commented 10 years ago

The TODO: from cron.rb:

# TODO: I've had a moment of clarity, I don't need to do all the CRUD
# using unix commands. I can cat the crontab, manipulate it in ruby
# and then echo it back!