9 lines
133 B
Bash
Executable File
9 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
rm -f constant/polyMesh/boundary
|
|
|
|
cleanCase
|