7dfb2c1af496aead1bed9a561269bdde80131f84
[platform/upstream/aspell.git] / scripts / spell
1 #!/bin/sh
2
3 # aspell list mimicks the standard unix spell program, roughly.
4
5 cat "$@" | aspell list --mode=none | sort -u
6