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