diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 00:07:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 00:07:13 -0300 |
commit | 5305c8486aa39e100bb0d15bf8d6eefdfaef4333 (patch) | |
tree | caca8817544748b15f5ec999e26dea800a276c20 | |
parent | ff124a153eb17985f1907d5b702421db2e37fa69 (diff) | |
download | kvmx-5305c8486aa39e100bb0d15bf8d6eefdfaef4333.tar.gz kvmx-5305c8486aa39e100bb0d15bf8d6eefdfaef4333.tar.bz2 |
Adds run action, alias to up
-rwxr-xr-x | kvmx | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |