@eshanized updated the repository!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-11 18:18:57 +05:30
parent ebe6c20054
commit 143561e420

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