aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx5
1 files changed, 5 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index ede36e7..2b410f2 100755
--- a/kvmx
+++ b/kvmx
@@ -759,6 +759,11 @@ function kvmx_xpra {
xpra $action --ssh="$SSH_COMMAND -p $SSH" ssh:$SSH_LOGIN@127.0.0.1 $*
}
+# Alias for up command
+function kvmx_start {
+ kvmx_up $*
+}
+
# Dispatch
if type kvmx_$ACTION 2> /dev/null | grep -q 'function'; then
__kvmx_initialize