mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 20:26:43 +02:00
10 lines
167 B
Bash
Executable File
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}" |