#!/bin/sh
cd /usr/share/wifibroot
source venv/bin/activate
exec python2 wifibroot.py "$@"
