#!/bin/sh

THISDIR=$(dirname $0)

dotnet $THISDIR/vbc.dll "$@"
