Need help scheduling a unix task under Mac OS. Probably an easy question for those who understand such things.
Hardware: iBook G4 (mid-2005 edition).
Operating System: Mac OS 10.4.11
Program to be run: rss2email
Sheduling program: Lingon 1.2.1
I'm pretty much a newbie to the terminal, but, after updating the default Python install, was able to get rss2email up and running just fine.
To manually execute the program, I use the terminal to navigate into the rss2email-2.71 directory and type:
./r2e run
Per the instructions,
here.
Now, what I would like to do is use Lingon (which, as I understand it, provides a GUI for the Mac's native scheduler, launchd) to run rss2email every two hours.
But I can't seem to get the syntax right in Lingon. I tried
/Applications/rss2email-2.71/r2e run
but that doesn't work. I'm guessing it has something to do with the "./" I have to type before the "r2e run" when I manually execute. But I have no idea how to incorporate this syntax into Lingon. Can anyone point me in the right direction?
posted by vasi at 7:51 PM on March 23, 2011