1#!/bin/bash 2 3### 4make clean 5 6### make the mesh 7ElmerGrid 1 2 mesh2D 8 9### run the test 10ElmerSolver case.sif 11 12