#!/bin/bash nohup python3 app.py > output.log 2>&1 & echo "starting server"