mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
5 lines
272 B
Bash
Executable File
5 lines
272 B
Bash
Executable File
#!/bin/sh
|
|
pygmentize -f html ./examples_context.py > ../libpathod/templates/examples_context.html
|
|
pygmentize -f html ./examples_setup.py > ../libpathod/templates/examples_setup.html
|
|
pygmentize -f html ./examples_setupall.py > ../libpathod/templates/examples_setupall.html
|