From 86b498278fbed811f2d0e6eb85dedede1aa14e72 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 20 Nov 2024 17:20:04 +0000 Subject: [PATCH] add ngx build script this should be a deno thing later but im lazey --- README.md | 1 - ngx/build.sh | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 ngx/build.sh diff --git a/README.md b/README.md index 38b91af..d081fbc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # plinth slashfiles - repo root: `/srv` -- symlink `flake` to `/etc/nixos` diff --git a/ngx/build.sh b/ngx/build.sh new file mode 100755 index 0000000..a6f2044 --- /dev/null +++ b/ngx/build.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +mkdir out 2>/dev/null || true +deno run ./default.ts > out/default.conf +deno run ./pds.ts > out/pds.conf