#!/bin/sh

./test-001-pre | ./bar 2> log.test-001.txt | ./test-001-post
if [ "$?" -ne 0 ]; then exit 1; fi
exit 0
