mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-20 19:44:58 +02:00
⏳ @eshanized updated the repository 🎉 !!!
This commit is contained in:
2
push.sh
2
push.sh
@@ -25,4 +25,4 @@ MESSAGE="⏳ @eshanized updated the repository 🎉 !!!"
|
||||
# Git Action
|
||||
git add .
|
||||
git commit -m "$MESSAGE"
|
||||
git push origin "$BRANCH"
|
||||
# git push origin "$BRANCH"
|
@@ -9,3 +9,16 @@ usage() {
|
||||
echo ' -h This help'
|
||||
exit 1
|
||||
}
|
||||
|
||||
opts='s:h'
|
||||
|
||||
while getopts "${opts}" arg; do
|
||||
case "${arg}" in
|
||||
s) EXEC_TERMINAL="$OPTARG" ;;
|
||||
h | ?) usage 0 ;;
|
||||
*)
|
||||
echo "Invalid Argument '${arg}'!"
|
||||
usage 1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
Reference in New Issue
Block a user