#!/bin/bash

if [ $# == 0 ]; then
	cd ../
	./backup
	cd gmsh
fi

rm -rf data
mkdir data

