Zet - Checking if strings equal in bash

Checking if strings equal in bash

if [ "$TITLE" = "q:" ]; then
  exit
fi

#bash