Module: Vpsb::ShellSupport

Instance Method Summary collapse

Instance Method Details

#in_dir(where, what) ⇒ Object



3
4
5
# File 'lib/vpsb/shell_support.rb', line 3

def in_dir(where, what)
  system("cd #{where} && #{what}")
end