#!/bin/sh

cd /tmp/$1
python3 -m http.server 9486
