class Jumpstarter::Bash::Run
******************#
Instructions #
******************#
Public Instance Methods
run!()
click to toggle source
# File lib/jumpstarter_core/bash.rb, line 7 def run!() system(@cmd) return true end