grpc-haskell-0.0.1.0: tests/protoc.sh
#!/usr/bin/env bash
set -eu
pyTmpDir=$1
python \
-m grpc.tools.protoc \
-I tests \
--python_out=$pyTmpDir \
--grpc_python_out=$pyTmpDir \
tests/simple.proto