5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
set -eo pipefail
|
||
|
|
||
|
exec /usr/local/bin/lhci "$@"
|