13 lines
179 B
Text
13 lines
179 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Source tutorial clean functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||
|
|
||
|
|
||
|
cleanTimeDirectories
|
||
|
\rm -rf history
|
||
|
\rm -f *.ps
|
||
|
\rm -f *.pdf
|
||
|
\rm -rf forces
|
||
|
\rm -rf VTK
|