Files
greater_tables_project/docs/start-server.bat
T

6 lines
58 B
Batchfile

pushd _build\html
start python -m http.server 9988
popd