Re: [dev] A simple but flexible alternative to cron

2015-02-08 Thread Christoph Lohmann
Greetings. On Sun, 08 Feb 2015 14:55:01 +0100 Eric Pruitt wrote: > I've wanted something with a bit more flexibility than standard Cron for > a while, and I finally came up with a simple solution that I like and > felt might be of interest to this community. You are just replacing the run‐cron

Re: [dev] A simple but flexible alternative to cron

2015-02-07 Thread Martti Kühne
On Sat, Feb 7, 2015 at 8:30 AM, Eric Pruitt wrote: > > Each of the scripts has two functions defined: "condition," which exits > [...] SCNR, but didn't you mean to write "crondition"? cheers! mar77i

[dev] A simple but flexible alternative to cron

2015-02-06 Thread Eric Pruitt
I've wanted something with a bit more flexibility than standard Cron for a while, and I finally came up with a simple solution that I like and felt might be of interest to this community. The core of my scheduler is a Bash script, and the script searches for files in a "tasks" subfolder that has o