#!/bin/bash
export LC_ALL=C
__DIR=`pwd`

if [ ! -d cadxfem ];
then
echo "Getting cadxfem"
svn co https://cadxfem.org/svn/cadxfem cadxfem
fi
if [ ! -d gmsh ];
then
echo "Getting gmsh"
git clone http://gitlab.onelab.info/gmsh/gmsh.git
fi

