12 lines
182 B
Bash
Executable File
12 lines
182 B
Bash
Executable File
#!/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 ..
|