@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-19 02:08:07 +05:30
parent 510e5ad07a
commit b1b905f426

10
push.sh Executable file
View File

@@ -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}"