ua: Initial commit. Copied ua/ from en/. A few changes to the esd-ua.po. Getting...
[enc.git] / Makefile.server
CommitLineData
b121008a
TS
1devserver:
2 python -m SimpleHTTPServer
3
4devserver2:
5 python -m http.server --bind localhost 8888 > /dev/null 2>&1 &