#! /bin/bash
#
~/bin/flow3 < test001_input.txt > test001_output.txt
if [ $? -ne 0 ]; then
  echo "Run error."
  exit
fi
#
echo "Normal end of execution."
