From e341a473c89f1d9adb5f5409c550ab2413dd8aa7 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Fri, 5 Jul 2024 08:58:42 -0600 Subject: [PATCH] 2024-07-05 - --- push.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 push.sh diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..29cfb4c --- /dev/null +++ b/push.sh @@ -0,0 +1,6 @@ +#!/opt/homebrew/bin/bash + +env=`date -I` +git add . +git commit -m "$env - $1" +git push