]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blob - current/src/make-all.lst
907e3b374f09b23328a0e493fdf2b6d5055d636d
[deb_pkgs/scowl.git] / current / src / make-all.lst
1 #!/bin/sh
2
3 cat `find l/supplement/ l/add-affixes -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