mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
5 lines
31 B
Bash
Executable File
5 lines
31 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
cd src; hugo
|