85 86 87
# File 'lib/autoweb/ui.rb', line 85 def shell(cmd) FileUtils.cd(Dir.pwd) {|d| return `#{cmd}`} end