Files
documentation/push.sh
Eshan Roy (Eshanized) 2bdb144d8b @eshanized updated the website 🎉 !!!
2024-04-14 07:15:37 +05:30

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