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