7 lines
111 B
Text
7 lines
111 B
Text
|
#!/bin/sh
|
||
|
|
||
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||
|
|
||
|
cleanTimeDirectories
|
||
|
rm -rf processor* > /dev/null 2>&1
|