summarylogtreecommitdiffstats
path: root/osu-lazer.sh
diff options
context:
space:
mode:
authorneeshy2023-04-12 23:21:44 -0400
committerneeshy2023-04-12 23:21:44 -0400
commit37e42ae3347e43cff9a5d2cfa0223142158dd4a3 (patch)
tree6b9f37753205853c929c4e2e959754764a416303 /osu-lazer.sh
parent4796e9fe6057d7dd3dec6b5c7ed83e7a7f179bb7 (diff)
downloadaur-37e42ae3347e43cff9a5d2cfa0223142158dd4a3.tar.gz
osu: rewrite and bump
Diffstat (limited to 'osu-lazer.sh')
-rw-r--r--osu-lazer.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/osu-lazer.sh b/osu-lazer.sh
new file mode 100644
index 000000000000..05a93035e801
--- /dev/null
+++ b/osu-lazer.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+DOTNET_CLI_TELEMETRY_OPTOUT="1" exec dotnet /opt/osu-lazer/osu!.dll "$@"