]> SALOME platform Git repositories - tools/libbatch.git/blob - src/Python/Test/test-script.sh
Salome HOME
Added Windows implementation for local submission based on SSH and PBS emulation...
[tools/libbatch.git] / src / Python / 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