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