1 2 3 4 5 6 7 8
#!/bin/sh set -e testfile=121B2TestData/ExtendedParameters/sar32bit.dat if [ ! -f $testfile ]; then echo "ERROR: sample data not found." exit -1 fi ./check_szcomp $testfile