9 lines
88 B
Bash
Executable File
9 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ${0%/*} || exit 1
|
|
set -x
|
|
|
|
wmake DPMTurbulenceModels
|
|
wmake
|
|
wmake MPPICFoam
|