main
GrizzleNL 2 years ago
parent 86a8ef1227
commit 3b95a5201c

@ -1,2 +1,3 @@
1 1
1 1
1

@ -1,5 +1,8 @@
echo "1" >> /srv/daily-commit/commit-file.txt; for i in {1..$((1 + $RANDOM % 10))};
cd /srv/daily-commit/; do
git add *; echo "1" >> /srv/daily-commit/commit-file.txt;
git commit -m "Commit"; cd /srv/daily-commit/;
git push; git add *;
git commit -m "Commit";
git push;
done

Loading…
Cancel
Save