🐐 GOAT Shell

Current path: usr/bin/



⬆️ Go up: usr

📄 Viewing: spell

#!/bin/sh

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

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



📤 Upload File


📁 Create Folder