Salome HOME
afd53de25ff4ff1ea1d07f6b0e5591e4afc5cd83
[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