From 0f9b66b3b3ebcac1fd6e7cf30d7df35d0501460c Mon Sep 17 00:00:00 2001 From: Ashutosh Patole Date: Sun, 7 Nov 2021 11:44:17 +0530 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..b0b325c 100644 --- a/agtb.sh +++ b/agtb.sh @@ -7,9 +7,9 @@ #Author: Ankam Ravi Kumar # START # -echo "enter the a vloue $a" +echo "enter the a value $a" read a -echo "enter the b volue $b" +echo "enter the b value $b" read b if test "$a" -gt "$b" ; then echo "$a is greater than $b" @@ -17,4 +17,4 @@ else echo "$b is greater than $a" fi -# END # \ No newline at end of file +# END #