#!/bin/bash

SERVER_PORT=8082

python -m SimpleHTTPServer ${SERVER_PORT}
