4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
#!/bin/sh
|
||
|
sv check vboxservice >/dev/null || exit 1
|
||
|
exec vboxwebsrv
|