diff options
-rwxr-xr-x | kvmx | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -786,6 +786,11 @@ function kvmx_start { kvmx_up $* } +# Alias for up command +function kvmx_run { + kvmx_up $* +} + # Connect to the guest using VNC function kvmx_vnc { if ! kvmx_running; then |