#!/bin/sh

set -e -u

root=$(dirname "$0")
runtime=$root/runtime-dotnet.sh
exec "$runtime" "$root/dottrace.exe" "$@"
