X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/ThesisAhmed.git/blobdiff_plain/240aac4a27721a2cb9d0e2ccd75e6e8970ce90c8..HEAD:/thesis-presentation/DVFS-meq/mcp.sh?ds=sidebyside diff --git a/thesis-presentation/DVFS-meq/mcp.sh b/thesis-presentation/DVFS-meq/mcp.sh index e7a97d8..73ed85c 100644 --- a/thesis-presentation/DVFS-meq/mcp.sh +++ b/thesis-presentation/DVFS-meq/mcp.sh @@ -3,7 +3,7 @@ #for f in {9..11}; do cp aa/a-3.png a-$f.png; done #for f in {$i..$j}; do cp ${file} a-$f.png; done i=0 - j=9 + j=15 echo "$i $j" FILES="aa/*" for file in $FILES @@ -15,7 +15,7 @@ FILES="aa/*" done #echo ${file} i=$(($j + 1)) - j=$(($j + 10)) + j=$(($j + 16)) #echo "$i $j" done