#!/bin/bash
set -u
set -e

cat $MTX_MOCK_FILE
exit $MTX_RETURNCODE
