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