From: Silvio Rhatto Date: Sat, 1 Apr 2017 15:11:06 +0000 (-0300) Subject: Adds start action, alias to up X-Git-Tag: 0.1.0~490 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7d4ab63dc0f6bddda7de991b79db7f9e9711096d;p=kvmx.git Adds start action, alias to up --- 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