diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-03 11:53:30 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-03 11:53:30 +0000 |
commit | a3858f85de6cb1e486b6be0256affd29fd49f821 (patch) | |
tree | 42b445caf096cbbfc98b984696f95de541fe20b2 /launch-orbx-central.sh | |
parent | 30bb53c4b8a4eb7747e12bc930161892127fc93a (diff) |
Adds a couple
Diffstat (limited to '')
-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) + |