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