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