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