]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blob - src/make-accent-lists
Add analyses (plural of analysis) (Closes: #570718). Thanks to Benoit
[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