#!/bin/bash
export LC_ALL=C
__DIR=`pwd`
cd $__DIR/cadxfem
svn up
cd $__DIR/gmsh
git pull https://gitlab.onelab.info/gmsh/gmsh.git
cd $__DIR

