test-simple.sh
1  cp position.blank position.txt
2  mv constraints.log constraints_old.log
3  linuxcnc circular_arcs.ini > test.log
4  ./process_runlog.sh test.log movement.txt
5  if [ -a movement.txt ] 
6  then
7      octave --persist ./octave/plot_movement.m
8  fi