Skip to content
Snippets Groups Projects
Commit 709bd486 authored by J. M. Bailey's avatar J. M. Bailey
Browse files

Put proper app name in Mac screen menu

parent 042cca2d
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# #
cd -- "$(dirname "$BASH_SOURCE")" cd -- "$(dirname "$BASH_SOURCE")"
java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar edu.nps.moves.qrtda.Main qrBounce.json java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar -Dapple.awt.application.name=QRBounce edu.nps.moves.qrtda.Main qrBounce.json
#!/bin/bash #!/bin/bash
# #
cd -- "$(dirname "$BASH_SOURCE")" cd -- "$(dirname "$BASH_SOURCE")"
java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar edu.nps.moves.qrtda.Main qrChat.json java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar -Dapple.awt.application.name=QRChat edu.nps.moves.qrtda.Main qrChat.json
\ No newline at end of file \ No newline at end of file
#!/bin/bash #!/bin/bash
# #
cd -- "$(dirname "$BASH_SOURCE")" cd -- "$(dirname "$BASH_SOURCE")"
java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar edu.nps.moves.qrtda.Main sailorHelper.json java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar -Dapple.awt.application.name="Optical Signalling TDA" edu.nps.moves.qrtda.Main sailorHelper.json
\ No newline at end of file \ No newline at end of file
#!/bin/bash #!/bin/bash
# #
cd -- "$(dirname "$BASH_SOURCE")" cd -- "$(dirname "$BASH_SOURCE")"
java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar edu.nps.moves.qrtda.Main throughputTestReceive.json java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar -Dapple.awt.application.name="Throughput Test Receiver" edu.nps.moves.qrtda.Main throughputTestReceive.json
\ No newline at end of file \ No newline at end of file
#!/bin/bash #!/bin/bash
# #
cd -- "$(dirname "$BASH_SOURCE")" cd -- "$(dirname "$BASH_SOURCE")"
java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar edu.nps.moves.qrtda.Main throughputTestSend.json java -cp QRCodeTacticalDecisionAid-2.0-jar-with-dependencies.jar -Dapple.awt.application.name="Throughput Test Sender" edu.nps.moves.qrtda.Main throughputTestSend.json
\ No newline at end of file \ No newline at end of file
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