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