Allwclean 198 Bytes
Newer Older
shunbo's avatar
shunbo committed
1
2
3
4
5
6
7
8
9
#!/bin/sh
cd ${0%/*} || exit 1    # Run from this directory
set -x

wclean libso BCs
wclean
wclean rhoCentralDyMFoam

# ----------------------------------------------------------------- end-of-file