From: Eric Wong Date: Wed, 5 Jun 2019 02:20:05 +0000 (+0000) Subject: scripts: add README to describe its purpose X-Git-Tag: v1.2.0~192 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5a4caaca8f52799844d0baf93b8c2595edb04f2b;p=public-inbox.git scripts: add README to describe its purpose Well, it could probably be moved to contrib... --- 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.