devserver: python -m SimpleHTTPServer devserver2: python -m http.server --bind localhost 8888 > /dev/null 2>&1 &