Class: Shortcut::Application
- Inherits:
-
Thor
- Object
- Thor
- Shortcut::Application
- Defined in:
- lib/shortcut/application.rb
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
7 8 9 |
# File 'lib/shortcut/application.rb', line 7 def build exec('warble && mkdir -p pkg && mv *.jar pkg') end |
#start ⇒ Object
12 13 14 |
# File 'lib/shortcut/application.rb', line 12 def start exec('warble && mkdir -p pkg && mv *.jar pkg && java -jar pkg/*.jar') end |