#!/bin/bash RED_COLOR=’\E[1;31m’ GREEN_COLOR=’\E[1;32m’…
#!/bin/bash httpcode(){a=(“`curl -I -s -o /dev/null -w”…
#!/bin/bash if [$UID -ne 0];then echo “oline root” exit…
#!/bin/bash read -p “input number1 and number2:” num1 n…