/lib/cpp <$1 >cp$$
shift
oisc -file cp$$ $*
rm -f cp$$
exit 0
