aboutsummaryrefslogtreecommitdiffstats
path: root/launch-orbx-central.sh
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-03 11:53:30 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-03 11:53:30 +0000
commita3858f85de6cb1e486b6be0256affd29fd49f821 (patch)
tree42b445caf096cbbfc98b984696f95de541fe20b2 /launch-orbx-central.sh
parent30bb53c4b8a4eb7747e12bc930161892127fc93a (diff)
Adds a couple
Diffstat (limited to '')
-rwxr-xr-xlaunch-orbx-central.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/launch-orbx-central.sh b/launch-orbx-central.sh
new file mode 100755
index 0000000..98909c2
--- /dev/null
+++ b/launch-orbx-central.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+DIR=$HOME/Flight_Sim_Downloads/Orbx
+
+binary=$(ls $DIR)
+$("$DIR/$binary" --disable-gpu-sandbox)
+