mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
6 lines
48 B
Plaintext
6 lines
48 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
cd src
|
||
|
DOCS_ARCHIVE=true hugo
|