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