#!/bin/bash SZAM=2 if [ $SZAM -eq 2 ] then echo "Egyenlo" else echo "Negy egyenlo" fi