Github time!
This commit is contained in:
commit
e87dc5862b
27 changed files with 20178 additions and 0 deletions
9
skeleton/run.rb
Executable file
9
skeleton/run.rb
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require_relative 'bots'
|
||||
|
||||
EM.run do
|
||||
Ebooks::Bot.all.each do |bot|
|
||||
bot.start
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue