mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-20 11:34: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 Action
|
||||||
git add .
|
git add .
|
||||||
git commit -m "$MESSAGE"
|
git commit -m "$MESSAGE"
|
||||||
git push origin "$BRANCH"
|
# git push origin "$BRANCH"
|
@@ -9,3 +9,16 @@ usage() {
|
|||||||
echo ' -h This help'
|
echo ' -h This help'
|
||||||
exit 1
|
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