#!/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