#!/bin/bash if [ ! -f /tmp/foo.txt ]; then cp settings.ini.example settings.ini fi uwsgi --http :9090 --enable-threads --wsgi-file app.py