#!/usr/bin/env bash
echo "Hello, world!"
if [[ "$a" = "$b" ]]; then
echo "a equals b"
fi