summarylogtreecommitdiffstats
path: root/dotnet.sh
blob: 3e90896cdfd800250cf14333a9158a054c02d3d5 (plain)
1
2
3
4
5
6
#!/bin/sh

export DOTNET_ROOT=/opt/dotnet
exec /opt/dotnet/dotnet "$@"

# vim: ts=2 sw=2 et: