11 lines
No EOL
262 B
Bash
Executable file
11 lines
No EOL
262 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanTimeDirectories
|
|
cleanCase
|
|
\rm -rf constant/polyMesh/sets constant/polyMesh/*Zones*
|
|
\rm -rf VTK case.foam history
|
|
|
|
(cd analyticalPlateHole && wclean && \rm -f log.wmake) |