write a shell script to compare two strings code example Example: bash compare two strings if [ "$s1" == "$s2" ] then stuff fi