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