refactor: remove prev. push script

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-03 01:04:54 +05:30
parent 3224d3c44f
commit 52acb558d8
2 changed files with 0 additions and 10 deletions

10
push.sh
View File

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