]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Adds start action, alias to up
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 1 Apr 2017 15:11:06 +0000 (12:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 1 Apr 2017 15:11:06 +0000 (12:11 -0300)
kvmx

diff --git a/kvmx b/kvmx
index ede36e7be1f60def4e99943b1cc0039e43397d1b..2b410f28d297df850a2038ad4c805b814a4dc6cf 100755 (executable)
--- 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