télécharger
for i in $(seq 1 $1); do echo "# ligne $i" >> test.sh git add test.sh git commit -m "Commit n°$i pour $2." done