The world's tiniest per-project build/test execution?
This commit is contained in:
parent
fa80daa419
commit
dacae13daf
2 changed files with 5 additions and 1 deletions
4
bin/tmux-build-helper
Executable file
4
bin/tmux-build-helper
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ef -o pipefail
|
||||
eval "$(direnv export bash)"
|
||||
eval "${BUILD_COMMAND:-echo 'BUILD_COMMAND not set'}" | bat --paging=always
|
Loading…
Add table
Add a link
Reference in a new issue