summarylogtreecommitdiffstats
path: root/dotnet.sh
diff options
context:
space:
mode:
authorFlorian Maunier2018-12-05 14:34:09 +0100
committerFlorian Maunier2018-12-05 14:40:23 +0100
commit58aeeb2f2e5bec597c50b5766185571c5d4188d3 (patch)
tree9755e0669530c9cc21e685b036fdf7081af8b07e /dotnet.sh
downloadaur-58aeeb2f2e5bec597c50b5766185571c5d4188d3.tar.gz
initial commit
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..8efc2b6c762f
--- /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: