#!/bin/sh

# ispell -l mimicks the standard unix spell program, roughly.

exec ispell -l $*
