mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
laplacianFoam -case ./left -world LEFT 2>&1 | tee log.run_left
|
|
read dummy
|