File size: 193 Bytes
2f013d1
 
 
 
 
 
1
2
3
4
5
6
#!/bin/sh
./web.ts & 
export http_proxy="socks5://localhost:10808"
export https_proxy="socks5://localhost:10808"
export all_proxy="socks5://localhost:10808"
streamlit run ./gui/streamlit_app.py