diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-11 11:23:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-11 11:23:45 -0200 |
commit | c55d806228027fdb35292867f5a8495d24d4a2c7 (patch) | |
tree | 476576bff4c1116217598ad666c4bee37f6aea17 | |
parent | d9c791c7b8f56958974ce56603456b6c0ec5a3d7 (diff) | |
download | vbox-c55d806228027fdb35292867f5a8495d24d4a2c7.tar.gz vbox-c55d806228027fdb35292867f5a8495d24d4a2c7.tar.bz2 |
Adds clip action
-rwxr-xr-x | vbox | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ if [ ! -z "$VM" ]; then done elif [ "$COMMAND" == "exec" ]; then vbox_exec $* + elif [ "$COMMAND" == "clip" ]; then + VBoxClient --clipboard else usage fi |