adds a dummy task to schedule.rb

This commit is contained in:
kikito
2015-09-12 08:45:00 +02:00
parent 054f3b94e5
commit 74d07d337d

View File

@@ -18,3 +18,7 @@
# end # end
# Learn more: http://github.com/javan/whenever # Learn more: http://github.com/javan/whenever
every 1.minute do
command "date > ~/cron-test.txt"
end