commit feccbae129cda1b9e517268af0f8cd2d4e953549 Author: GrizzleNL Date: Fri Feb 3 18:55:18 2023 +0100 Commit diff --git a/commit-file.sh b/commit-file.sh new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/commit-file.sh @@ -0,0 +1 @@ +1 diff --git a/commit-file.txt b/commit-file.txt new file mode 100644 index 0000000..e69de29 diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..375a1b9 --- /dev/null +++ b/commit.sh @@ -0,0 +1,5 @@ +echo "1" >> /srv/daily-commit/commit-file.sh; +cd /srv/daily-commit/; +git add *; +git commit -m "Commit"; +git push;