summarylogtreecommitdiffstats
path: root/dotnet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet.sh')
-rwxr-xr-xdotnet.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotnet.sh b/dotnet.sh
new file mode 100755
index 000000000000..45ac8b19fb5e
--- /dev/null
+++ b/dotnet.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export DOTNET_ROOT=/opt/dotnet
+exec /opt/dotnet/dotnet "$@" \ No newline at end of file