]> SALOME platform Git repositories - tools/libbatch.git/blob - src/Local/Test/test-script.sh
Salome HOME
Merge from BR_DIET
[tools/libbatch.git] / src / Local / Test / test-script.sh
1 #!/bin/sh
2
3 source copied-seta.sh
4 source copied-setb.sh
5
6 c=`expr $a "*" $b`
7
8 echo "c = $c" > orig-result.txt