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