diff --git a/commit-file.txt b/commit-file.txt index 98fb6a6..627e109 100644 --- a/commit-file.txt +++ b/commit-file.txt @@ -2,3 +2,4 @@ 1 1 1 +1 diff --git a/commit.php b/commit.php new file mode 100644 index 0000000..c43ca15 --- /dev/null +++ b/commit.php @@ -0,0 +1,8 @@ + diff --git a/commit.sh b/commit.sh index 856d6a9..ce6136b 100755 --- a/commit.sh +++ b/commit.sh @@ -1,8 +1,5 @@ -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 +echo "1" >> /srv/daily-commit/commit-file.txt; +cd /srv/daily-commit/; +git add *; +git commit -m "Commit"; +git push;