Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
a2e7a0f422
commit
f6996214a7
3 changed files with 9 additions and 36 deletions
8
run
Executable file
8
run
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
COMMAND="${1:-build}"
|
||||
shift 1
|
||||
|
||||
nh os "$COMMAND" . "$@"
|
Loading…
Add table
Add a link
Reference in a new issue