Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
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