/home/tywatomy/public_html/en-ariapress-org/anon_sym/anon/bin/spell
#!/bin/sh # aspell list mimicks the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u
Anon7 — 2022 •
AnonSec Team
#!/bin/sh # aspell list mimicks the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u