]> git.donarmstrong.com Git - deb_pkgs/scowl.git/blob - src/make-abbreviations.lst
fix numbering of variants to be 1 and 2 (closes: #867586)
[deb_pkgs/scowl.git] / src / make-abbreviations.lst
1 #!/bin/sh
2
3 comm -23 working/abbreviations.lst.pre      \
4          working/proper-names.lst           \
5   | sed "s/^\(.*\)/\1 \1's/"  | tr ' ' '\n' \
6   | sort -u                                 \
7   > working/abbreviations.lst
8