This commit is contained in:
Javan Makhmali 2011-03-08 10:31:56 -06:00
parent 2a89d79a28
commit 53c0a4d36d

View File

@ -37,9 +37,9 @@ This will create an initial "config/schedule.rb" file you.
runner "Task.do_something_great"
end
every '0 0 27-31 * *' do
command "echo 'you can use raw cron sytax too'"
end
every '0 0 27-31 * *' do
command "echo 'you can use raw cron sytax too'"
end
More examples on the wiki: <http://wiki.github.com/javan/whenever/instructions-and-examples>