Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
lib
/
aspell
đ€ Upload
đ New File
đ New Folder
Close
Editing: spell
#!/bin/sh # aspell list mimics the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u
Save
Cancel