mirror of
https://github.com/Snigdha-OS/snigdhaos-issues.git
synced 2025-12-06 08:53:50 +01:00
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Author : Eshan Roy
|
|
|
|
git add .
|
|
git commit -m "⛏️@eshanized updating..."
|
|
git push origin master |