This is my script.
bob@caleston-lp10:~$ cat check_greater.sh
if [[ $1 -gt $2 ]];
then
echo $1
else
echo $2
fi
and issue is
This is my script.
bob@caleston-lp10:~$ cat check_greater.sh
if [[ $1 -gt $2 ]];
then
echo $1
else
echo $2
fi
and issue is
And this is the module link
https://learn.kodekloud.com/user/courses/shell-scripts-for-beginners/module/054d2eb5-f3b9-47d4-af5a-37b9f0d15f2c/lesson/262bb4c2-4f87-4601-b117-20e40198eae5
The grader is too fussy here. Reported to the concerned team.