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