Allclean 295 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh
cd ${0%/*} || exit 1    # run from this directory

# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions

cleanCase
wclean
rm -rf EnSight Ensight Fieldview Laplace > /dev/null 2>&1

# ----------------------------------------------------------------- end-of-file