aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-02 00:07:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-02 00:07:13 -0300
commit5305c8486aa39e100bb0d15bf8d6eefdfaef4333 (patch)
treecaca8817544748b15f5ec999e26dea800a276c20
parentff124a153eb17985f1907d5b702421db2e37fa69 (diff)
downloadkvmx-5305c8486aa39e100bb0d15bf8d6eefdfaef4333.tar.gz
kvmx-5305c8486aa39e100bb0d15bf8d6eefdfaef4333.tar.bz2
Adds run action, alias to up
-rwxr-xr-xkvmx5
1 files changed, 5 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index 48f1baf..ea21eeb 100755
--- 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