Update run.sh
Browse files
run.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
#!/bin/bash
|
2 |
-
service nginx start
|
3 |
-
python -m http.server --directory ./static --bind 0.0.0.0 7860 & echo $! > http_server.pid
|
4 |
-
chmod +x
|
5 |
-
|
6 |
#wait $!
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
service nginx start
|
3 |
+
python -m http.server --directory ./static --bind 0.0.0.0 7860 & echo $! > http_server.pid
|
4 |
+
chmod +x build/linuxBuild.x86_64
|
5 |
+
build/linuxBuild.x86_64 -port 7777
|
6 |
#wait $!
|