summarylogtreecommitdiffstats
path: root/dotnet.sh
diff options
context:
space:
mode:
authorFlorian Maunier2019-10-03 09:00:52 +0200
committerFlorian Maunier2019-10-03 09:00:52 +0200
commit080385387d63a23249bde8ab6bebea7134f6c010 (patch)
treed8499e68c608fa3e30304c3f79bc248cebe59483 /dotnet.sh
parent1c5db78093b361d997d8393f3241451e1fb0f767 (diff)
downloadaur-dotnet-core-rc.tar.gz
Mirror dotnet-core-preview
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: