Skip to content

vboxlib

PhilippeLeroux edited this page Oct 9, 2018 · 5 revisions

Table of contents


vboxlib.sh last modified : 29/09/2018

  • Publics functions : 3
  • Undocumented functions : 0
  • Privates functions : 0

Public functions

Public function vm_running

$1 vm name
return 0 if vm running, else 1

Public function vm_exists

$1 vm name
return 0 if vm exists, else 1

Public function vm_memory_size

$1 vm name
print to stdout memory size

Clone this wiki locally