I'm trying to get whenever to work with sinatra. When I run the whenever
command, I get the generated cron tab. But the problem is, that in my sinatra app, I don't have a script/runner
file, which is present in Rails.
How do I get this runner, or is there a whenever command to generate one?
thx!