Interdata732/usr/bin/stripsym

: loop
if $1x = x exit
ld -x -r $1
mv a.out $1
shift
goto loop