7 lines
34 B
Plaintext
7 lines
34 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
exec vmtoolsd
|
||
|
|