#!/bin/sh -e

cd ./arc
./run_steady_unsteady
cd ..

cd ./sine
./run_steady_unsteady
cd ..