Skip to content

Commit 804a598

Browse files
Update agtb.sh
1 parent 92439bf commit 804a598

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agtb.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
#Author: Ankam Ravi Kumar
88
# START #
99

10-
echo "enter the a vloue $a"
10+
echo -e "enter the a value: \c"
1111
read a
12-
echo "enter the b volue $b"
12+
echo -e "enter the b value: \c"
1313
read b
1414
if test "$a" -gt "$b" ; then
1515
echo "$a is greater than $b"
1616
else
17-
echo "$b is greater than $a"
17+
echo "$b is greater than $a"
1818
fi
1919

2020
# END #

0 commit comments

Comments
 (0)