#!/bin/bash echo "Hello world!" read a if [[($a -ge "80") && ($a -lt "90")]] then echo "good" fi
To embed this program on your website, copy the following code and paste it into your website's HTML: