diff --git a/calc b/calc index fcc86f6..dc626f5 100755 --- a/calc +++ b/calc @@ -3,7 +3,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) -#### $$VERSION$$ v0.6-rc1-7-g14eb352 +#### $$VERSION$$ v0.60-dev3-7-gf5538ef # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment @@ -19,8 +19,7 @@ echo 'Enter first number.' read -r A echo 'Enter second number.' read -r B -echo 'Select Operation: mykeyboardstartshere "Addition" "Subtraction" "Multiplication" "Division" "Cancel"' -echo 'Your anwser can be: add, sub, mul, div or cancel' +echo 'Select Operation: mykeyboardstartshere [ "Addition" , "Subtraction" , "Multiplication" , "Division" , "Cancel" ]' read -r opt echo -n 'Result: ' case $opt in