(20241214) SMS also ported to the 'tokenKey' system.

This commit is contained in:
2024-12-14 13:02:57 +05:30
parent dc181c4995
commit 364894c2af
4 changed files with 42 additions and 31 deletions
+4 -2
View File
@@ -4,6 +4,10 @@
# Run this on the development machine.
# NOT to be used in a collaborative environment:
# Accept the name of the branch that you want to work on:
echo "Branch : "
read -r BRANCH
# Accept a comment from the terminal:
echo "Comment: "
read -r COMMENT
@@ -17,7 +21,5 @@ git commit -m "$COMMENT"
echo "Commit done."
# Push th commit to git:
echo "Branch : "
read -r BRANCH
git push -u https://wtt.ditscentre.in/ditscentre/api_utils_converse_v2.git "$BRANCH"
echo "Attempt done. Exiting."