summarylogtreecommitdiffstats
path: root/dotnet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet.sh')
-rwxr-xr-xdotnet.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotnet.sh b/dotnet.sh
new file mode 100755
index 000000000000..3e90896cdfd8
--- /dev/null
+++ b/dotnet.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export DOTNET_ROOT=/opt/dotnet
+exec /opt/dotnet/dotnet "$@"
+
+# vim: ts=2 sw=2 et: