From cc8a150e8c5356d932b20c343d0d8348a857fc9c Mon Sep 17 00:00:00 2001 From: DeaDvey Date: Sun, 15 Dec 2024 20:11:35 +0000 Subject: [PATCH] Daily push: Sun 15 Dec 20:11:35 GMT 2024 --- gitcommit.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 gitcommit.sh diff --git a/gitcommit.sh b/gitcommit.sh new file mode 100755 index 0000000..6ef96e1 --- /dev/null +++ b/gitcommit.sh @@ -0,0 +1,3 @@ +git add /var/www/html/ +git commit -m "Daily push: $(date)" +git push /var/www/html