aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-11 11:23:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-11 11:23:45 -0200
commitc55d806228027fdb35292867f5a8495d24d4a2c7 (patch)
tree476576bff4c1116217598ad666c4bee37f6aea17
parentd9c791c7b8f56958974ce56603456b6c0ec5a3d7 (diff)
downloadvbox-c55d806228027fdb35292867f5a8495d24d4a2c7.tar.gz
vbox-c55d806228027fdb35292867f5a8495d24d4a2c7.tar.bz2
Adds clip action
-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