summarylogtreecommitdiffstats
path: root/protoc-gen-nanopb
blob: 1848a67d8adef361e5ffec59333df13a8b4e8060 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# This file is used to invoke nanopb_generator.py as a plugin
# to protoc on Linux and other *nix-style systems.
# Use it like this:
# protoc --nanopb_out=dir foo.proto

exec /usr/share/nanopb/generator/nanopb_generator.py --protoc-plugin