#!/bin/sh

cd /tmp/$1
python -m http.server
