#!/bin/bash

./austal2000 -D test/2h50a95
./austal2000 -D test/h50a95-2
./austal2000 -D test/h50a95g

WORK='test/h50a95c'
if [ -d ${WORK}/lib ] ; then
  cd ${WORK}/lib
  rm -f v*
  rm -f k*
  rm -f *
  cd ../../../
fi
rmdir ${WORK}/lib
./austal2000 -D ${WORK}
echo "run_all2 finished"

