jdz/push.sh
Adolfo Delorenzo e341a473c8 2024-07-05 -
2024-07-05 08:58:42 -06:00

7 lines
85 B
Bash
Executable File

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