#!/usr/bin/sh
exec /usr/bin/python3 -m http.server "${1:-8000}" --directory /usr/share/texlyre
