2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-23 19:07:33 +00:00
hacker-scripts/config/schedule.rb

18 lines
295 B
Ruby
Raw Normal View History

2015-11-21 23:04:28 +04:00
# http://github.com/javan/whenever
every :day, at: '9:20 pm' do
command 'ruby smack_my_bitch_up.rb'
end
every 10.minutes do
command 'ruby kumar_asshole.rb'
end
every :day, at: '8:45 am' do
command 'ruby hangover.rb'
end
every :hour, at: 9..18 do
command 'ruby fucking_coffee.rb'
end