#!/usr/bin/env bash
#
# Run mutagene app
#

python -m mutagene "$@"

# vim: ft=sh:
