Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
# print numeric biggest var
[[ $var1 -gt $var2 ]] && echo $var1 || echo $var2
# print dictionary bigest var
[[ $var1 > $var2 ]] && echo $var1 || echo $var2