summaryrefslogtreecommitdiff
path: root/scripts/sp
blob: 19d38a14f77024083409aaca175aede6c7e8491f (plain)
1
2
3
4
5
6
#! /usr/bin/env sh
if [ $# -eq 0 ]; then
  wl-paste | aspell -a
else
  echo "$@" | aspell -a
fi