Libraries
»
dory
(1.2.0)
»
Index
»
Dory
»
Os
»
bash
Method: Dory::Os.bash
Defined in:
lib/dory/os.rb
.
bash
(command) ⇒
Object
3 4 5
# File 'lib/dory/os.rb', line 3
def
self
.
bash
(
command
)
system
(
"
bash -c '
#{
command
}
'
"
)
end