X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/ThesisAhmed.git/blobdiff_plain/240aac4a27721a2cb9d0e2ccd75e6e8970ce90c8..HEAD:/thesis-presentation/dvfs-homo/mcp.sh diff --git a/thesis-presentation/dvfs-homo/mcp.sh b/thesis-presentation/dvfs-homo/mcp.sh index e7a97d8..7b3d218 100644 --- a/thesis-presentation/dvfs-homo/mcp.sh +++ b/thesis-presentation/dvfs-homo/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=20 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 + 21)) #echo "$i $j" done