Checks the remote URL of the Git repository in the current working directory against the given pattern. If the pattern matches, the shell script exits with a non-zero exit code.
If there isn't a match, or, if the current working directory isn't a Git repository, the shell script exits with a failure (non-zero exit code).
~/.ssh/match.sh [pattern]