From 7d4ab63dc0f6bddda7de991b79db7f9e9711096d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 1 Apr 2017 12:11:06 -0300 Subject: Adds start action, alias to up --- kvmx | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3