#!/bin/sh currDir=`pwd` application=`basename $currDir` cases="boxTurb16" tutorialPath=`dirname $0`/.. . $tutorialPath/CleanFunctions for case in $cases do cleanCase $case rm -rf $case/0 cp -r $case/0.org $case/0 done