#!/bin/sh # $Id: dostriptest,v 1.3 1997/02/22 15:44:34 peter Exp $ x=striptest.xx.$$ y=striptest.yy.$$ cp $1 $x strip $x cp $2 $y strip $y doobjcmp $x $y exit #eof