9 lines
165 B
Text
9 lines
165 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Source tutorial clean functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||
|
|
||
|
cleanCase
|
||
|
rm -rf Fieldview > /dev/null 2>&1
|
||
|
rm -rf EnSight > /dev/null 2>&1
|