1 parent 92439bf commit 804a598Copy full SHA for 804a598
1 file changed
agtb.sh
@@ -7,14 +7,14 @@
7
#Author: Ankam Ravi Kumar
8
# START #
9
10
-echo "enter the a vloue $a"
+echo -e "enter the a value: \c"
11
read a
12
-echo "enter the b volue $b"
+echo -e "enter the b value: \c"
13
read b
14
if test "$a" -gt "$b" ; then
15
echo "$a is greater than $b"
16
else
17
-echo "$b is greater than $a"
+ echo "$b is greater than $a"
18
fi
19
20
# END #
0 commit comments