Server Admin
Server Info
File Manager
Commander
MySQL Client
PHP Info
Editing: spell
#!/bin/sh # aspell list mimicks the standard unix spell program, roughly. cat "$@" | aspell list --mode=none | sort -u
Save Changes
Back to File Manager