trouble using a scheduled task to run a shell script (ubuntu linux)

Posted by John Kube on Super User See other posts from Super User or by John Kube
Published on 2010-04-06T21:28:48Z Indexed on 2010/04/06 21:33 UTC
Read the original article Hit count: 212

I'm trying to create a scheduled task that runs a shell script recurrently, and I'm having some trouble getting it to work. I give it the following command to run every minute:

~/Desktop/foo/my_script

But it doesn't ever run. (This command runs the shell script through the terminal no problem.) Any ideas what I'm doing wrong? Thanks!

© Super User or respective owner

Related posts about shell-script

Related posts about bash