Method: Caterer::Util::Shell#bash

Defined in:
lib/caterer/util/shell.rb

#bash(cmd) ⇒ Object



16
17
18
# File 'lib/caterer/util/shell.rb', line 16

def bash(cmd)
  "bash -c \"#{escape(cmd)}\""
end