Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 406 Bytes

what.md

File metadata and controls

27 lines (19 loc) · 406 Bytes

#scripts/

This is where all your custom scripts belong. Scripts may be nested one level deep.

#Example

##Given Setup

scripts/
      |
      something.rb
      other.rb
      etc.rb
      nuke/
         |
         nuke.rb
         stuff.rb

###Running non-nested scripts

ruby rhubot.rb etc #=> scripts/etc.rb

###Running nested scripts

ruby rhubot.rb nuke #=> scripts/nuke/nuke.rb