Salome HOME
updated copyright message
[tools/yacsgen.git] / Examples / clean.sh
1 #/bin/bash
2 # clean all examples
3
4 script_dir=`dirname $0`
5 cd $script_dir
6
7 list_dirs="calcium1 calcium2 cpp1 cpp2 cppgui1 fort1 fort2 pydoc1 pygui1 pyth1 pyth2 types1"
8 #" mpi1 parahxx1 hxx1"
9
10 for dir in $list_dirs ; do
11   cd $dir
12   make clean
13   cd ..
14 done