#!/bin/bash
DOTNET_TOOLS=$CONDA_PREFIX/lib/dotnet/tools
dotnet $DOTNET_TOOLS/metamorpheus/CMD.dll $@
