#!/bin/bash
cd MED2.0
make
cp MED2 ../bin
cd ..
cd triTISA
make
cp TRITisa ../bin
cd ..
cd bin
chmod a+x MED2 TRITisa
cd ..
