updated text around 8 digit key ids and full fingerprints, as well as the current...
[enc.git] / Makefile.server
1 devserver:
2 python -m SimpleHTTPServer
3
4 devserver2:
5 python -m http.server --bind localhost 8888 > /dev/null 2>&1 &