repo.or.cz
/
proto.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
generate platform_ops.h from platform_ops.proto, and reduce dependencies
[proto.git]
/
p2b
blob
82bad32b6f0c7923ffa11ccb693af46e6fa48401
1
#! /bin/sh
2
# shell script to run p2b with necessary arguments to run from source dir
3
4
mydir
=
`dirname "
${0}
"`
5
6
if
!
test -x
"
${mydir}
/src/p2b"
;
then
7
echo
"Cannot find src/p2b"
8
exit
1
9
fi
10
11
exec
"
${mydir}/src/p2b" --srcdir "${mydir}" "${@}
"