12 lines
152 B
Bash
Executable File
12 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanCase
|
|
|
|
rm -rf logs
|
|
rm -f *.eps yPlus_vs_uPlus
|
|
|
|
echo "done"
|