#!/bin/bash echo "Running the shell script" kangas server --frontend-port=7640 --frontend-root=kangas & streamlit run streamlitapp.py --server.port 7680 & systemctl start nginx