]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blob - 7.1/src/make-all.lst
[svn-upgrade] Tagging scowl (7.1)
[deb_pkgs/scowl.git] / 7.1 / src / make-all.lst
1 #!/bin/sh
2
3 cat `find l/supplement/ l/add-affixes l/add-possessive -type l` | tr -d '\r' | sort | uniq > working/all.lst-unfiltered
4 cat working/all.lst-unfiltered   \
5   | src/filter                   \
6   | sort | uniq                  \
7   > working/all.lst
8