#!/bin/bash

pushd dist &>/dev/null
python -m SimpleHTTPServer
popd &>/dev/null

