]> gitweb.fluxo.info Git - vbox.git/commitdiff
Adds clip action
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 11 Nov 2015 13:23:45 +0000 (11:23 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 11 Nov 2015 13:23:45 +0000 (11:23 -0200)
vbox

diff --git a/vbox b/vbox
index a7a97941637c6ad314fa440b3a22dadf8f3b1405..a38e444479e6e97882262d750a3ad0dbeaa2971a 100755 (executable)
--- 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