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