]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blob - src/make-accent-lists
afterward and afterwards are both perfectly legitimate english words;
[deb_pkgs/scowl.git] / src / make-accent-lists
1 #!/bin/sh
2
3 cat l/accented/* | src/find-accented | sort | uniq > working/with-accents.lst
4 cat working/with-accents.lst | src/deaccent > working/without-accents.lst
5