Module: Sidekick::Actions::Shell
- Defined in:
- lib/sidekick/actions/shell.rb
Instance Method Summary collapse
Instance Method Details
#sh(cmd) ⇒ Object
4 5 6 |
# File 'lib/sidekick/actions/shell.rb', line 4 def sh(cmd) log cmd; `#{cmd}` end |