Mirror / run.sh
tejani's picture
Update run.sh
c365ed5 verified
raw
history blame contribute delete
199 Bytes
#!/bin/bash
service nginx start
python -m http.server --directory ./static --bind 0.0.0.0 7860 & echo $! > http_server.pid
chmod +x build/linuxBuild.x86_64
build/linuxBuild.x86_64 -port 7777
#wait $!