eco2d/web/host.sh

6 lines
83 B
Bash
Raw Normal View History

2022-09-11 23:52:01 +00:00
#!/bin/bash
set -xe
2022-09-11 23:57:52 +00:00
python -m http.server --directory build_web --bind 127.0.0.1