mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-19 18:30:34 +08:00
6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
cd tools
|
|
mkdir -p ../libs/gen
|
|
protoc --cpp_out=../libs/gen ./v2ray_geosite.proto
|
|
|