755b40b 309d42a 755b40b
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash kangas server --frontend-port=7640 & streamlit run app.py --server.port 7680 & flask run --app router & wait -n exit $?