summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-10-04 22:19:52 -0400
committergumi <git@gumi.ca>2020-10-04 22:20:09 -0400
commit97ac0d37acfebd18f8079704ee33ea8c68d2a4d7 (patch)
tree446c004de8951f18a55d82b430ea0eea1b15b0c6
parent3ebcacaaa39242928da30b3c2cc94796d8462c8f (diff)
downloadserverdata-github/fork/Helianthella/hoarders.tar.gz
serverdata-github/fork/Helianthella/hoarders.tar.bz2
serverdata-github/fork/Helianthella/hoarders.tar.xz
serverdata-github/fork/Helianthella/hoarders.zip
[frob] add a mode to list item hoardersgithub/fork/Helianthella/hoarders
-rw-r--r--GNUmakefile6
m---------tools0
2 files changed, 6 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 25829432..a41feebb 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -39,8 +39,14 @@ news: world/map/news.txt world/map/news.html world/map/news.rss world/map/news.j
updates:
cd tools/client/ ; ./make-updates.sh
+
+.PHONY: frob sql stats
+
frob:
deno run --allow-read=. --allow-write=world/save tools/server/frob/index.ts -- $(items)
sql:
deno run --allow-read=. --allow-net tools/server/frob/index.ts -- --dry --sql
+
+stats:
+ deno run --allow-read=. --allow-write=log --allow-net=server.themanaworld.org,raw.githubusercontent.com tools/server/frob/index.ts -- --dry --stats
diff --git a/tools b/tools
-Subproject a5d6818c8e4f68d9b7dd6272754a781c90be3f8
+Subproject 5a87ab2dd7fea89b35e3408481575c51f980ae3