-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added the hold down of start to quit out of game
- Loading branch information
Showing
2 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
# qpong start server.sh | ||
# | ||
# | ||
# Created by boland on 9/7/19. | ||
# | ||
# dont forget to give the mac permissions to run this | ||
# Run chmod u+x ~/Desktop/myCommandScript.command | ||
|
||
# TODO: change the path to this when you put it on the arcade | ||
cd ~/Projects/QuantumArcade/QPong/QPong-Unity/QPong-Python-Server/flask_server | ||
python3 server.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters