#!/bin/bash regfile=`cat ${srcdir}/regfiles/lstrings` output=`./lstrings` test "$regfile" = "$output" exit $?