Files
Snigdha-OS.github.io/push.sh
2024-04-12 18:08:56 +05:30

10 lines
167 B
Bash
Executable File

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