AlkantarClanX12

Your IP : 18.119.108.233


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

#!/bin/sh

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

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