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