HY-Chat / start.sh
tastypear's picture
Update start.sh
2147bd5 verified
raw
history blame contribute delete
96 Bytes
#!/bin/bash
python -m http.server 7860 & kill $!
python main.py &
python space_checker.py &
wait