#!/bin/sh
cd /home/pi/ELAB-RFID-locks
export FLASK_APP=server.py
sudo python cardlistener.py&
flask run