All Questions
5 questions
1
vote
2
answers
801
views
Automating python script on a mac not running
I have tried to have this question answered twice now(1, 2). While both were informative none of the solutions have worked, and I don't know why. The first solution was to use launchctl the second was ...
0
votes
1
answer
476
views
Setup Crontab to work with Cucumber
I'm trying to setup crontab to work with cucumber. So far, I were able to get crontab to execute a ruby command, but not a cucumber command.
This is what I have in crontab:
~/test.sh > ~/out.log 2> ...
0
votes
1
answer
401
views
crontab setup on Mac
I'm trying to setup a crontab on the Mac. It just simply prints the message "Hello there!" to the console at a specific time, but it doesn't seem to work. Below is what I have in the crontab:
28 16 * ...
1
vote
0
answers
232
views
Mac Crontab Deleted
I was messing around with creating cron jobs and somehow I wound up deleting crontab out of /usr/bin. Does anyone know of a way that I can recover it without having to re-install multiple components ...
2
votes
1
answer
3k
views
Cron job on Mac not running during sleep
I have a cron job that will mail a list of all Google Tasks to my email address daily at 7am. (http://privacylog.blogspot.com/2010/07/api-for-google-tasks.html)
I am running this on my laptop which, ...