@eshanized updated the Website!!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-12 18:08:56 +05:30
parent a5b2059483
commit ce7e535e73
2 changed files with 11 additions and 239 deletions

10
push.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Author: Eshan Roy (Eshanized)
BRANCH=master
CMSG="⏳ @eshanized updated the Website!!!"
git add .
git commit -m "${CMSG}"
git push origin "${BRANCH}"