Merge branch 'feature-ga' of mmka:unres into feature-ga
[unres.git] / source / ga / tester.sh
1 #!/bin/bash
2
3 if [ -d build ]; then
4  echo "Clearing build directory "
5  rm -rf build/*
6 fi
7 make
8 cd build
9 cp -r ~/poligon/third-step/* ./
10 ./unresga
11
12 echo ""
13
14 vim unresga.log
15 #cat unresga.bank