module Vpsb::ShellSupport

Public Instance Methods

in_dir(where, what) click to toggle source
# File lib/vpsb/shell_support.rb, line 3
def in_dir(where, what)
  system("cd #{where} && #{what}")
end