1 2 3 4 5 6
#! /usr/bin/env sh if [ $# -eq 0 ]; then wl-paste | aspell -a else echo "$@" | aspell -a fi