diff options
| author | Simon Rettberg | 2016-03-04 16:25:59 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2016-03-04 16:25:59 +0100 |
| commit | 89e1f7912959ec9338022057dc8ee58c200c91c2 (patch) | |
| tree | b14f4f5e8788fc395d3d93ba4cd96d50579b3609 /remote/modules/run-virt/data/opt/openslx/scripts/includes/TEST.sh | |
| parent | [run-virt] Add pw passing and share mounting mechanism for win vms (diff) | |
| download | tm-scripts-89e1f7912959ec9338022057dc8ee58c200c91c2.tar.gz tm-scripts-89e1f7912959ec9338022057dc8ee58c200c91c2.tar.xz tm-scripts-89e1f7912959ec9338022057dc8ee58c200c91c2.zip | |
[run-virt/vmware] Mount home directory in windows (first working version)
Diffstat (limited to 'remote/modules/run-virt/data/opt/openslx/scripts/includes/TEST.sh')
| -rwxr-xr-x | remote/modules/run-virt/data/opt/openslx/scripts/includes/TEST.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/scripts/includes/TEST.sh b/remote/modules/run-virt/data/opt/openslx/scripts/includes/TEST.sh new file mode 100755 index 00000000..fd5f755d --- /dev/null +++ b/remote/modules/run-virt/data/opt/openslx/scripts/includes/TEST.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +. usb_detector.inc + +get_usb_devices "bla=%VENDOR% kacke=%PRODUCT%" 0:6 0:7 0:e 0:10 + |
