#!/bin/bash echo $* >> ~/.checked.words echo $* > /tmp/check$$ ispell /tmp/check$$ rm -f /tmp/check$$ rm -f /tmp/check$$.bak