From 9d39206126f57b7ed553a39459b687a6ff9621ca Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Tue, 23 Apr 2024 12:01:26 +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 --- blackbox/blackbox.py | 1 + push.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 blackbox/blackbox.py diff --git a/blackbox/blackbox.py b/blackbox/blackbox.py new file mode 100644 index 0000000..8e53ab8 --- /dev/null +++ b/blackbox/blackbox.py @@ -0,0 +1 @@ +#!/bin/python \ No newline at end of file diff --git a/push.sh b/push.sh index 982da7d..e5b5919 100755 --- a/push.sh +++ b/push.sh @@ -7,4 +7,4 @@ CMSG="⏳ @eshanized updated the repository!!!" git add . git commit -m "${CMSG}" -# git push origin "${BRANCH}" \ No newline at end of file +git push origin "${BRANCH}" \ No newline at end of file