vmrProvision {vmr} | R Documentation |
Provision a vmr environment.
vmrProvision(cmd = c(), elts = c(), dest = "")
cmd |
list of shell commands |
elts |
list of files and/or directories |
dest |
destination of elts (default HOME/vmr) |
Upload 'elts' files and/or directories to the guest machine 'dest' from the current vmr environment. And finaly run shell commands 'cmd' in the guest machine.
NULL