This commit is contained in:
kento2 2026-08-19 19:12:32 +02:00
parent 8f29a4f56d
commit b7623bab85
8 changed files with 60 additions and 32 deletions

9
minigame/run Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -eu
varfile="${1:-}"
test -n "$varfile" || {
printf 'usage: %s VARFILE\n' "$0"
exit 1
}
nomad job run -var-file "$varfile" ../jobs/minecraft.nomad.hcl