mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2026-01-08 18:03:51 +01:00
10 lines
170 B
Bash
Executable File
10 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Author: Eshan Roy (Eshanized)
|
|
|
|
BRANCH=master
|
|
CMSG="⏳ @eshanized updated the repository!!!"
|
|
|
|
git add .
|
|
git commit -m "${CMSG}"
|
|
git push origin "${BRANCH}" |