12 lines
191 B
Bash
Executable file
12 lines
191 B
Bash
Executable file
#!/bin/sh
|
|
|
|
currDir=`pwd`
|
|
application=`basename $currDir`
|
|
case=nozzle
|
|
|
|
tutorialPath=`dirname $0`/..
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
(cd $case; cleanCase)
|
|
(cd $case; cleanSamples)
|
|
|