aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx5
1 files changed, 5 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index 48f1baf..ea21eeb 100755
--- a/kvmx
+++ b/kvmx
@@ -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