The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
471 views

OS X Lion mysterious user cron job just does echo “PATH is $PATH”

OS X Lion 10.7.3. Console view of system.log shows log entries for cron jobs defined in my user crontab as expected. Follow this link to view a copy of my user crontab if you want. I inspected ...
0
votes
0answers
129 views

A working applescript fails when running via cron

MacOs 10.8.2 I have 2 applescripts shown below. They are arranged in one shell script to run one after another by using osascript (just to simplify the example). Everything works fine when starting ...