12 lines
182 B
Text
12 lines
182 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Source tutorial clean functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||
|
|
||
|
cd periodicCube
|
||
|
rm -rf 0
|
||
|
rm -rf Ar-Ar
|
||
|
rm -rf constant/idList
|
||
|
cleanCase
|
||
|
cd ..
|