diff options
| author | jason | 2017-07-13 11:13:20 -0600 |
|---|---|---|
| committer | jason | 2017-07-13 11:13:20 -0600 |
| commit | 34fa4ef7c336076f0da6376c114f847e02ce8266 (patch) | |
| tree | 4293287e82ea2eea7f1d22f9db32c9362216a6f3 /scripts | |
| parent | dd1119a2039c61f070f699a0eb99cd7e53ec7f50 (diff) | |
| download | dotfiles-34fa4ef7c336076f0da6376c114f847e02ce8266.tar.gz dotfiles-34fa4ef7c336076f0da6376c114f847e02ce8266.zip | |
move vmtoolsd to bin
Diffstat (limited to 'scripts')
| -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 & | ||