From 143561e420c03900d85cb1e13710bf5bbadd2b3c Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 11 Apr 2024 18:18:57 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 push.sh diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..e5b5919 --- /dev/null +++ b/push.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# Author: Eshan Roy (Eshanized) + +BRANCH=master +CMSG="⏳ @eshanized updated the repository!!!" + +git add . +git commit -m "${CMSG}" +git push origin "${BRANCH}" \ No newline at end of file