#!/bin/bash kangas server --frontend-port=7640 & streamlit run app.py --server.port 7680 & flask run --app router & wait -n exit $?