]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blobdiff - 6/src/make-all.lst
[svn-inject] Tagging upstream source version of scowl
[deb_pkgs/scowl.git] / 6 / src / make-all.lst
diff --git a/6/src/make-all.lst b/6/src/make-all.lst
new file mode 100755 (executable)
index 0000000..907e3b3
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+cat `find l/supplement/ l/add-affixes -type l` | tr -d '\r' | sort | uniq > working/all.lst-unfiltered
+cat working/all.lst-unfiltered   \
+  | src/filter                   \
+  | sort | uniq                  \
+  > working/all.lst
+