#!/bin/bash A=10 if [ $A -gt 5 ] then is true echo "A is greater than 3" fi