File Manager V1.5

[SYSTEM@ROOT]: /bin/
INJECT_FILE:
NEW_ENTRY:

FILE_CONTENT: spell

#!/bin/sh

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

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

[ KEMBALI ]