From 8ecb90a0e9bae7f70726d0a4449a44ba2aa0277e Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Tue, 19 Dec 2023 22:11:55 +0000 Subject: [PATCH] Add push.sh --- push.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 push.sh diff --git a/push.sh b/push.sh new file mode 100644 index 0000000..e0351c3 --- /dev/null +++ b/push.sh @@ -0,0 +1,6 @@ +#!/bin/usr/bash + +env=`date` +git add . +git commit -m "$env" +git push \ No newline at end of file