mirror of
https://github.com/Snigdha-OS/snigdhaos-calamares-config.git
synced 2025-09-08 06:44:57 +02: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}" |