#!/usr/bin/env bash
# Put instructions to run the runtime
export DOTNET_CLI_HOME=$PWD
shift
dotnet $(basename $(realpath .)).dll "$@"