plinth-infra/ngx/build.sh
2024-11-21 06:37:36 +00:00

6 lines
176 B
Bash
Executable file

#!/usr/bin/env bash
mkdir out 2>/dev/null || true
deno run ./default.ts > out/default.conf
deno run ./pds.ts > out/pds.conf
deno run ./char-bun-how.ts > out/char-bun-how.conf