Module: Vpsb::ShellSupport
- Included in:
- Commands::Cook, Resources::DoDropletSshKey, Resources::DoImage, Resources::DoRegion, Resources::DoSize, Tasks::CreateDroplet
- Defined in:
- lib/vpsb/shell_support.rb
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 |