From a3858f85de6cb1e486b6be0256affd29fd49f821 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 3 Dec 2024 11:53:30 +0000 Subject: Adds a couple --- launch-orbx-central.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 launch-orbx-central.sh (limited to 'launch-orbx-central.sh') 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) + -- cgit v1.2.3