summarylogtreecommitdiffstats
path: root/dotnet.sh
diff options
context:
space:
mode:
authorJonas Heinrich2019-08-05 13:20:30 +0200
committerJonas Heinrich2019-08-05 13:20:30 +0200
commitb3ff03802a79e45fed2b4a43cfd2278bddc7cc43 (patch)
tree59e18ae87a37c5900d0fcc657010483ea0c6017d /dotnet.sh
parent601e3d1bd54ea3e6d314aa02b3723fcf8ddc10fc (diff)
downloadaur-dotnet-runtime-bin.tar.gz
fix host/fxr path
Diffstat (limited to 'dotnet.sh')
-rw-r--r--dotnet.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dotnet.sh b/dotnet.sh
new file mode 100644
index 000000000000..31e977b946cd
--- /dev/null
+++ b/dotnet.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export DOTNET_ROOT=/usr/share/dotnet-runtime
+exec /usr/share/dotnet-runtime/dotnet "$@"
+
+# vim: ts=2 sw=2 et:
+