mapsdl common

This commit is contained in:
Nathan Rashleigh
2026-02-10 10:07:09 +11:00
parent f66c505082
commit 31a2ac82d0
5 changed files with 504 additions and 986 deletions
+7 -7
View File
@@ -18,13 +18,13 @@ cssds-exec:
# Map downloader commands
mapsdl-dry:
cd src/mapsdl && deno run --allow-net --allow-read --allow-write --allow-env --allow-sys mapsdl.ts --dry-run
mapsdl-dry-verbose:
cd src/mapsdl && deno run --allow-net --allow-read --allow-write --allow-env --allow-sys mapsdl.ts --dry-run --verbose
cd src/mapsdl && deno run -A mapsdl.ts --dry-run
mapsdl:
cd src/mapsdl && deno run --allow-net --allow-read --allow-write --allow-env --allow-sys mapsdl.ts
cd src/mapsdl && deno run -A mapsdl.ts
mapsdl-verbose:
cd src/mapsdl && deno run --allow-net --allow-read --allow-write --allow-env --allow-sys mapsdl.ts --verbose
mapsdl-all-dry:
cd src/mapsdl && deno run -A mapsdl-all.ts --dry-run
mapsdl-all:
cd src/mapsdl && deno run -A mapsdl-all.ts --dry-run