mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-05 19:06:37 +02:00
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Author : Eshan Roy
|
|
|
|
git add .
|
|
git commit -m "⏳ @eshanized updated the website 🎉 !!!"
|
|
git push origin master |