#!/bin/sh

THISDIR=$(dirname $0)

dotnet $THISDIR/csc.dll "$@"
