#!/bin/sh file=$(mktemp) spelling-rbead $@ -o $file spelling-rbee $file rm -f $file