Skip to content
Snippets Groups Projects
Commit 3427600d authored by C-Glick's avatar C-Glick
Browse files

Added nogui option to crazyCART.sh

parent 73f056eb
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,14 @@ BPID=$! ...@@ -57,8 +57,14 @@ BPID=$!
# exit # exit
# fi # fi
./GroundStation & if [ "$2" = "nogui" ]
GPID=$! then
x-terminal-emulator .
GPID=$!
else
./GroundStation &
GPID=$!
fi
trap handler INT trap handler INT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment