diff --git a/push.sh b/push.sh index cf4a7f4..4287ca8 100755 --- a/push.sh +++ b/push.sh @@ -1,28 +1 @@ -#!/bin/bash - -# A simple script to maintain github repository - -# Author : Eshan Roy -# Author URL : https://eshanized.github.io/ - -# REPOSITORY Config -REPO=snigdhaos-system-config - -# HOST Config -HOST=https://github.com - -# DESTINATION Config -ORG=Snigdha-OS - - -# SETUP REPO URL -REPO_URL="${HOST}/${ORG}/${REPO}.git" -BRANCH="master" #or "main" - -# Commit Message: -MESSAGE="⏳ @eshanized updated the repository 🎉 !!!" - -# Git Action -git add . -git commit -m "$MESSAGE" -# git push origin "$BRANCH" \ No newline at end of file +# \ No newline at end of file