diff options
| author | jason | 2018-04-05 12:52:20 -0600 |
|---|---|---|
| committer | jason | 2018-04-05 12:52:20 -0600 |
| commit | fb8c79f66988692b61618430bbf37a74707453f8 (patch) | |
| tree | 425aa22da024cc17ca633d43f4babc0e0e4a2fd7 /scripts/bin | |
| parent | b7a1cee9d08bf44b28b4c2e792f74cac78533d77 (diff) | |
| parent | 34fa4ef7c336076f0da6376c114f847e02ce8266 (diff) | |
| download | dotfiles-fb8c79f66988692b61618430bbf37a74707453f8.tar.gz dotfiles-fb8c79f66988692b61618430bbf37a74707453f8.zip | |
Merge branch 'master' of beehive.io:jason/dotfiles
Diffstat (limited to 'scripts/bin')
| -rwxr-xr-x | scripts/bin/run_vmtoolsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bin/run_vmtoolsd b/scripts/bin/run_vmtoolsd new file mode 100755 index 0000000..09ee4e6 --- /dev/null +++ b/scripts/bin/run_vmtoolsd | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | sleep 2 | ||
| 4 | vmtoolsd -n vmusr & | ||