freebsd_amp_hwpstate/gnu/usr.bin/as/testscripts/dostriptest

16 lines
118 B
Bash
Executable File

#!/bin/sh
# $Id$
x=striptest.xx.$$
y=striptest.yy.$$
cp $1 $x
strip $x
cp $2 $y
strip $y
doobjcmp $x $y
exit
#eof