Salome HOME
1d562471ea1fe20b562235197ba3db1c896dbc20
[tools/libbatch.git] / src / LSF / Test / test-script.sh
1 #!/bin/sh
2
3 . ./seta.sh
4 . ./setb.sh
5
6 c=`expr $a "*" $b`
7
8 echo "MYENVVAR = $MYENVVAR" > result.txt
9 echo "c = $c" >> result.txt