When I do just script/runner
it gives me -bash: script/runner: Permission denied
When I do sudo script/runner
it gives me sudo: script/runner: command not found
It only works when I do ruby script/runner
. Why? Everywhere else I see people just run script/runner
without the ruby
in front of it... Is there a "fix" for this? It's causing my javan-whenever generated crontab to fail on Permission denied
because it just runs script/runner
without ruby
...