ash if else code example Example: ash if statment if [ "$USER" == "Adam" ] then echo "User is Adam" else echo "User is not Adam" fi