generate platform_ops.h from platform_ops.proto, and reduce dependencies
[proto.git] / proto
blob29be412782c22c9c862123e173c206c896ffeb33
1 #! /bin/sh
2 # shell script to run proto with necessary arguments to run from source dir
4 mydir=`dirname "${0}"`
6 if ! test -x "${mydir}/src/proto"; then
7 echo "Cannot find src/proto"
8 exit 1
9 fi
11 exec "${mydir}/src/proto" --srcdir "${mydir}" "${@}"