Add push.sh

This commit is contained in:
Adolfo Delorenzo 2023-12-19 22:11:55 +00:00
parent 06e96b7361
commit 8ecb90a0e9

6
push.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/usr/bash
env=`date`
git add .
git commit -m "$env"
git push