5tarl0rd

Current Path : /usr/bin/
Upload File :
Current File : //usr/bin/spell

#!/bin/sh

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

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


5tarL0rd By 5tarl0rd Being Anonymous