1e8dd2ecb1
Distinguishing between validation and verification cases: small changes in the directory structure
11 lines
204 B
Bash
Executable file
11 lines
204 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
cleanTimeDirectories
|
|
\rm -rf 0
|
|
\rm -rf surfaces
|
|
\rm -f validationData/*.raw
|
|
\rm -rf validationResults
|
|
cp -r save 0
|