1 2 3 4 5 6
#!/bin/sh export DOTNET_ROOT=/opt/dotnet exec /opt/dotnet/dotnet "$@" # vim: ts=2 sw=2 et: