mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
6 lines
370 B
Bash
6 lines
370 B
Bash
#!/bin/sh
|
|
pygmentize -f html ../examples/test_context.py > ../pathod/templates/examples_context.html
|
|
pygmentize -f html ../examples/test_setup.py > ../pathod/templates/examples_setup.html
|
|
pygmentize -f html ../examples/test_setupall.py > ../pathod/templates/examples_setupall.html
|
|
pygmentize -f html ../examples/pathod_pathoc.py > ../pathod/templates/pathod_pathoc.html
|