Salome HOME
Major refactoring in classes Versatile, Parametre and Swig wrappings.
[tools/libbatch.git] / src / PBS / Test / test-script.sh
1 #!/bin/sh
2
3 source seta.sh
4 source setb.sh
5
6 c=`expr $a "*" $b`
7
8 echo "MYENVVAR = $MYENVVAR" > result.txt
9 echo "c = $c" >> result.txt