#!/bin/bash cd /home/pi/controle-luz && . venv/bin/activate && export FLASK_APP=interruptor && waitress-serve --call 'interruptor:create_app'