#!/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/sh

# aspell list mimics the standard unix spell program, roughly.

cat "$@" | aspell list --mode=none | sort -u

