@ -0,0 +1 @@
1
@ -0,0 +1,5 @@
echo "1" >> /srv/daily-commit/commit-file.sh;
cd /srv/daily-commit/;
git add *;
git commit -m "Commit";
git push;