diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-01 12:11:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-01 12:11:06 -0300 |
commit | 7d4ab63dc0f6bddda7de991b79db7f9e9711096d (patch) | |
tree | 384b4573b42d8999775040695ba5117fb1d21870 | |
parent | 337c4a7ccbb5a50c25309526834cf7e0b9008ee3 (diff) | |
download | kvmx-7d4ab63dc0f6bddda7de991b79db7f9e9711096d.tar.gz kvmx-7d4ab63dc0f6bddda7de991b79db7f9e9711096d.tar.bz2 |
Adds start action, alias to up
-rwxr-xr-x | kvmx | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |