diff options
Diffstat (limited to 'launch-orbx-central.sh')
-rwxr-xr-x | launch-orbx-central.sh | 7 |
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) + |