aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-11 11:39:17 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-11 11:39:17 -0200
commitdbb623ccf861a56d99be6ff1672653475c791320 (patch)
tree38f3465783615065134edfcb0d86b5098024a24b
parentba9a5f8205ebb28f3a0e3beb0e70a0151253f42c (diff)
downloadvbox-dbb623ccf861a56d99be6ff1672653475c791320.tar.gz
vbox-dbb623ccf861a56d99be6ff1672653475c791320.tar.bz2
Move status into list action
-rwxr-xr-xvbox4
1 files changed, 2 insertions, 2 deletions
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