mirror of
https://github.com/thewesker/iron_ebooks.git
synced 2025-12-20 04:11:12 -05:00
Fixes for launch
This commit is contained in:
9
ebook.worker
Normal file
9
ebook.worker
Normal file
@@ -0,0 +1,9 @@
|
||||
# define the runtime language
|
||||
runtime "ruby"
|
||||
# exec is the file that will be executed:
|
||||
exec "ebook.rb"
|
||||
|
||||
file "twitter_init.rb"
|
||||
file "markov.rb"
|
||||
|
||||
gem 'twitter'
|
||||
Reference in New Issue
Block a user