X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc-NEWSC%2Fa.sh;fp=source%2Fwham%2Fsrc-NEWSC%2Fa.sh;h=00b15481182513fbd38dd49b8597bce2c89227d0;hb=d101c97dea752458d76055fdbae49c26fff03c1f;hp=0000000000000000000000000000000000000000;hpb=325eda160c9ad2982501e091ca40606a29043712;p=unres.git diff --git a/source/wham/src-NEWSC/a.sh b/source/wham/src-NEWSC/a.sh new file mode 100755 index 0000000..00b1548 --- /dev/null +++ b/source/wham/src-NEWSC/a.sh @@ -0,0 +1,9 @@ +a=1 +echo $a +while [ $a -lt 10 ] +do + a=`expr $a + 1` +done +echo $a +b=`expr $a / 5` +echo a=$a b=$b