lhci/overlay/usr/bin/lhci-official
Robert Kaussow 5a10538e38
All checks were successful
continuous-integration/drone/push Build is passing
ensure bash is installed and used for custom scripts
2021-09-20 21:58:48 +02:00

5 lines
68 B
Bash
Executable File

#!/usr/bin/env bash
set -eo pipefail
exec /usr/local/bin/lhci "$@"