Some checks are pending
/ check (push) Waiting to run
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
8 lines
95 B
Bash
Executable file
8 lines
95 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
COMMAND="${1:-build}"
|
|
shift 1
|
|
|
|
nh os "$COMMAND" . "$@"
|