aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvbox2
1 files changed, 2 insertions, 0 deletions
diff --git a/vbox b/vbox
index a7a9794..a38e444 100755
--- a/vbox
+++ b/vbox
@@ -59,6 +59,8 @@ if [ ! -z "$VM" ]; then
done
elif [ "$COMMAND" == "exec" ]; then
vbox_exec $*
+ elif [ "$COMMAND" == "clip" ]; then
+ VBoxClient --clipboard
else
usage
fi