#!/bin/bash
exec -a "$0" dotnet "$(dirname "$(readlink -f -- "$0")")/QuickBrowser.dll" "$@"
