From 804a59853e350688f6e9cadb6840db229b52ef2d Mon Sep 17 00:00:00 2001 From: FastFingertips Date: Wed, 22 Dec 2021 07:46:20 +0300 Subject: [PATCH] Update agtb.sh --- agtb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agtb.sh b/agtb.sh index ac23317..0a67093 100644 --- a/agtb.sh +++ b/agtb.sh @@ -7,14 +7,14 @@ #Author: Ankam Ravi Kumar # START # -echo "enter the a vloue $a" +echo -e "enter the a value: \c" read a -echo "enter the b volue $b" +echo -e "enter the b value: \c" read b if test "$a" -gt "$b" ; then echo "$a is greater than $b" else -echo "$b is greater than $a" + echo "$b is greater than $a" fi # END # \ No newline at end of file