#!/usr/bin/env bash
python3 -m http.server 8000 --bind 0.0.0.0
STATUS=$?
echo "exit=$STATUS" > .runtime/http-server-8000.log
