Comment

Cezary Okupski

You don't have to run it as a cron job if the problem was that commiting was slow. You could add an ampersand at the end (like this: ./foobar.sh &) and detach the execution from your current shell session into a subsession. Anyway, a nice script.