about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-05 02:20:05 +0000
committerEric Wong <e@80x24.org>2019-06-05 02:21:24 +0000
commit5a4caaca8f52799844d0baf93b8c2595edb04f2b (patch)
treec8da7443f9d05a3985f47cdfbf373cf8862b3808
parenta7a5bfc80f4b5ffe2676bdd68ceb8f42a6a21e22 (diff)
downloadpublic-inbox-5a4caaca8f52799844d0baf93b8c2595edb04f2b.tar.gz
Well, it could probably be moved to contrib...
-rw-r--r--MANIFEST1
-rw-r--r--scripts/README6
2 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 251f95f7..5085bff8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -159,6 +159,7 @@ script/public-inbox-purge
 script/public-inbox-watch
 script/public-inbox-xcpdb
 script/public-inbox.cgi
+scripts/README
 scripts/dc-dlvr
 scripts/dc-dlvr.pre
 scripts/dupe-finder
diff --git a/scripts/README b/scripts/README
new file mode 100644
index 00000000..3b9c37da
--- /dev/null
+++ b/scripts/README
@@ -0,0 +1,6 @@
+This directory contains informal scripts and random tools used
+in the development of public-inbox.  Some only exist only for
+historical purposes, and some may not work anymore.
+
+See the "script/" directory (not "scripts/") for supported and
+documented commands.