]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Adds run action, alias to up
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Apr 2017 03:07:13 +0000 (00:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Apr 2017 03:07:13 +0000 (00:07 -0300)
kvmx

diff --git a/kvmx b/kvmx
index 48f1baf356675329440f0dd4f6878dcf4e7744b8..ea21eeb67ed7407e3e83d19718e697067ed41ce9 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -786,6 +786,11 @@ function kvmx_start {
   kvmx_up $*
 }
 
+# Alias for up command
+function kvmx_run {
+  kvmx_up $*
+}
+
 # Connect to the guest using VNC
 function kvmx_vnc {
   if ! kvmx_running; then