8 lines
150 B
Bash
Executable File
8 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
\rm -f constant/polyMesh/boundary > /dev/null 2>&1
|
|
cleanCase
|