From f3350e03c9519e306bc7c91feca7efc0bb6fe6e8 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Sun, 21 Apr 2024 13:33:27 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20continuously=20updatin?= =?UTF-8?q?g=20the=20repository!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 push.sh diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..773a77b --- /dev/null +++ b/push.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git add . +git commit -m "⏳ @eshanized continuously updating the repository!" +git push origin master \ No newline at end of file