Libraries
»
caterer
(1.2.2)
»
Index
»
Caterer
»
Util
»
Shell
»
#bash
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