#!/usr/bin/env bash
python -m http.server -b 127.0.0.1 -p 13879 &
xdg-open http://127.0.0.1:13879/test/
