#!/bin/sh

python -c "from SimpleHTTPServer import test; test()" &
pid=$!

epiphany-webkit http://localhost:8000/slides.s5.html

kill $pid
wait
