#!/bin/sh
# Serve the ingex downloads/releases tree on :9090. Exposed publicly as
# https://downloads.renzat.work via ingex (see ./ingex.yml).
cd "$(dirname "$0")"
exec python3 -m http.server 9090
