mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
6 lines
388 B
Bash
Executable File
6 lines
388 B
Bash
Executable File
#!/bin/sh
|
|
pygmentize -f html ../examples/test_context.py > ../libpathod/templates/examples_context.html
|
|
pygmentize -f html ../examples/test_setup.py > ../libpathod/templates/examples_setup.html
|
|
pygmentize -f html ../examples/test_setupall.py > ../libpathod/templates/examples_setupall.html
|
|
pygmentize -f html ../examples/libpathod_pathoc.py > ../libpathod/templates/libpathod_pathoc.html
|