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