From: Silvio Rhatto Date: Sun, 2 Apr 2017 03:07:13 +0000 (-0300) Subject: Adds run action, alias to up X-Git-Tag: 0.1.0~476 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5305c8486aa39e100bb0d15bf8d6eefdfaef4333;p=kvmx.git Adds run action, alias to up --- 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