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