From 5305c8486aa39e100bb0d15bf8d6eefdfaef4333 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 2 Apr 2017 00:07:13 -0300 Subject: Adds run action, alias to up --- kvmx | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3