mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-12 11:53:14 +02:00
launch game display
This commit is contained in:
@@ -28,8 +28,12 @@ elif [[ "$1" == "html5" ]]; then
|
|||||||
python3 etc/report_generator5.py
|
python3 etc/report_generator5.py
|
||||||
elif [[ "$1" == add* ]]; then
|
elif [[ "$1" == add* ]]; then
|
||||||
python3 script/addFav.py
|
python3 script/addFav.py
|
||||||
|
elif [[ "$1" == "game" ]]; then
|
||||||
|
python3 script/game_serve.py
|
||||||
|
elif [[ "$1" == "display" ]]; then
|
||||||
|
python3 script/game_serve.py
|
||||||
else
|
else
|
||||||
echo "Please provide a bot to launch (pong/mesh) or a report to generate (html/html5) or addFav"
|
echo "Please provide a bot to launch (pong/mesh/display) or a report to generate (html/html5) or addFav"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user