Salome HOME
Added Slurm batch manager
[tools/libbatch.git] / src / Slurm / 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