pushshift/compile_proto.sh

6 lines
171 B
Bash

#!/usr/bin/env bash
full_path=$(realpath $0)
dir=$(dirname $full_path)
python -m grpc_tools.protoc --python_out=$dir --grpc_python_out=$dir $dir/id_service.proto -I=$dir