#!/bin/sh
# ispell filter
# Part 2- insert new file, then delete it
FILE=/tmp/ispell
cat $FILE
/bin/rm $FILE

