protobufs/scripts/python-gen.sh
itzaname cd9d0d127a
Some checks failed
continuous-integration/drone/push Build is failing
Fix stupid python protobuf garbage
2022-07-23 02:16:58 -04:00

5 lines
189 B
Bash
Executable File

#!/bin/bash
mkdir -p strafesnet
cp *.proto strafesnet/
python3 -m grpc_tools.protoc -I./strafesnet --python_out=./python-grpc/strafesnet --grpc_python_out=./python-grpc/strafesnet *.proto