#!/bin/sh
set -x

cd libSrc/gitVersion
bash version.sh
cd ../../

( cd libSrc && ./Allwmake )
( pwd )
( cd fuelCellFoam && wmake )
