#!/bin/sh
# syntax: try <word>/<flags>

ISPELL="ispell -d lietuviu"

echo $1 | $ISPELL -e | fmt
