#!/bin/bash

#static . -p 8092
python3 -m http.server -b 0.0.0.0 8092

