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