adds a dummy task to schedule.rb
This commit is contained in:
@@ -18,3 +18,7 @@
|
||||
# end
|
||||
|
||||
# Learn more: http://github.com/javan/whenever
|
||||
|
||||
every 1.minute do
|
||||
command "date > ~/cron-test.txt"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user