#!/usr/bin/env bash
# Usage: ghe-service-wait-mysql
# Emulates the remote GitHub ghe-service-wait-mysql command. Tests use this
# to assert that the command was executed.
set -e
echo "ghe-service-wait-mysql OK"
