From: Silvio Rhatto Date: Wed, 11 Nov 2015 13:39:17 +0000 (-0200) Subject: Move status into list action X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dbb623ccf861a56d99be6ff1672653475c791320;p=vbox.git Move status into list action --- diff --git a/vbox b/vbox index 8cbae58..2b93f1f 100755 --- a/vbox +++ b/vbox @@ -62,8 +62,8 @@ if [ ! -z "$VM" ]; then else usage fi -elif [ "$COMMAND" == "status" ]; then - vbox_run runningvms list +elif [ "$COMMAND" == "list" ]; then + VBoxManage list runningvms exit elif [ "$COMMAND" == "clip" ]; then VBoxClient --clipboard