#!/bin/bash source ~/.bashrc cd /var/www/joshi/server/ export FLASK_APP=server.py python -m flask run --host=0.0.0.0 #>/dev/null