main
GrizzleNL 2 years ago
parent 86a8ef1227
commit 3b95a5201c

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

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

Loading…
Cancel
Save