#! /bin/bash
#
octave nonlin_regula_test.m > nonlin_regula_test.txt
if [ $? -ne 0 ]; then
  echo "Run error."
  exit
fi
#
echo "Normal end of execution."
