2024-07-05 -

This commit is contained in:
Adolfo Delorenzo 2024-07-05 08:58:42 -06:00
parent 45bf32dfa6
commit e341a473c8

6
push.sh Executable file
View File

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