#!/bin/sh # attribute.ck result=`diff attribute.out attribute.save 2>/dev/null` if [ "$result" = "" ]; then return 0 else return 1 fi # ignore #