#!/bin/bash source venv/bin/activate gunicorn -w 8 -b 0.0.0.0:8349 wsgi:app