#!/bin/sh

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

exec enchant -l $*
