Salome HOME
Fixed errors in CMake FindXXX modules. Fixed Windows compilation errors.
[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