5 lines
123 B
Bash
Executable file
5 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
set -x
|
|
|
|
m4 < constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
|
|
blockMesh > log.blockMesh 2>&1
|