ENH: Updated Allclean script for tutorial case

This commit is contained in:
andy
2010-02-15 18:41:31 +00:00
parent 5a025e63ad
commit 8f1a6aa050

View File

@ -8,5 +8,8 @@ cleanCase
# remove 0 directory # remove 0 directory
rm -rf 0 rm -rf 0
# remove post-processing folder
rm -rf postProcessing
# copy 0.org to 0 # copy 0.org to 0
cp -r 0.org 0 cp -r 0.org 0