process-systest2.sh from EmStar at Krugle
Show process-systest2.sh syntax highlighted
#!/bin/bash
export LD_LIBRARY_PATH=/scratch/girod/emstar/obj.i686-linux/lib
for i in `ls /tmp/systestfile-*` ; do
j=`echo $i | cut -d- -f2`;
echo doing $j ...
/scratch/girod/emstar/obj.i686-linux/devel/loc/ar_offline --list $i \
--map map --recomp_sender --simple_selfrange --first_swing --use_map \
--usetemp --temp 22 --rh 60 \
2> /tmp/systesterr-$j > /tmp/systestresults-$j
grep "mod=0" /tmp/systestresults-$j | grep -v "noconf" > /tmp/systestfilt-$j
done
See more files for this project here