Skip to content
PhilippeLeroux edited this page Sep 30, 2018 · 1 revision

Table of Contents

vmlib.md : 30/09/2018

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

Public functions

function vm_running

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

function vm_exists

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

function vm_memory_size

$1 vm name
print to stdout memory size

Clone this wiki locally