#!/bin/sh redo-ifchange a read a &2 else echo 'PASS: a > b' >&2 fi if [ $a -lt $c ]; then echo 'FAIL: a < c' >&2 else echo 'PASS: a > c' >&2 fi