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