10 lines
No EOL
233 B
Bash
Executable file
10 lines
No EOL
233 B
Bash
Executable file
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # run from this directory
|
|
set -x
|
|
|
|
wmakeLnInclude dynamicMesh
|
|
wmakeLnInclude dynamicFvMesh
|
|
wmakeLnInclude topoChangerFvMesh
|
|
|
|
# Make lnInclude directories for motionSolvers
|
|
meshMotion/AllwmakeLnInclude |