summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-07-03 13:06:08 -0400
committergumi <git@gumi.ca>2019-07-03 13:06:37 -0400
commit49a90ac8f2ff1aa42044ded9d993e02ba40efe62 (patch)
treee776212f38a2bb47c77f424e5fc4b23dd1cd017c
parent664af0e5720c4ab80741352d863563be2f0fee0e (diff)
downloadserverdata-49a90ac8f2ff1aa42044ded9d993e02ba40efe62.tar.gz
serverdata-49a90ac8f2ff1aa42044ded9d993e02ba40efe62.tar.bz2
serverdata-49a90ac8f2ff1aa42044ded9d993e02ba40efe62.tar.xz
serverdata-49a90ac8f2ff1aa42044ded9d993e02ba40efe62.zip
add a new item frob tool
-rw-r--r--GNUmakefile3
m---------tools0
2 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2a780188..275bb28f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -38,3 +38,6 @@ world/map/news.txt world/map/news.html: tools/news.py tools/_news_colors.py worl
news: world/map/news.txt world/map/news.html
updates:
cd tools/client/ ; ./make-updates.sh
+
+frob:
+ deno run --allow-read=world --allow-write=world/save tools/server/frob/index.ts $(items)
diff --git a/tools b/tools
-Subproject 3acdb782f65b40f36ff9222285b7c505daa8741
+Subproject a7adab09d7f94afd80742ae38052d8b7e6b73f8