Files
truepolyglot/website/start_server.sh
2018-09-18 10:52:38 +02:00

4 lines
73 B
Bash
Executable File

#!/bin/bash
echo "http://127.0.0.1:8000"
python -m SimpleHTTPServer 8000