#!/bin/bash if [ $a = $b] then echo 'a=b' else echo 'a!=b' fi