4 lines
145 B
Bash
Executable file
4 lines
145 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -ef -o pipefail
|
|
eval "$(direnv export bash)"
|
|
eval "${BUILD_COMMAND:-echo 'BUILD_COMMAND not set'}" | bat --paging=always
|