OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
gax
/
dev
/
sh
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:35:15 AM
rwxr-xr-x
📄
build-docs.sh
2 KB
08/12/2024 10:33:59 AM
rw-r--r--
📄
build-protobuf-docs.sh
2.21 KB
08/12/2024 10:33:59 AM
rw-r--r--
📄
regenerate-test-protos.sh
400 bytes
08/12/2024 10:33:59 AM
rw-r--r--
📄
test-composer-conflict.sh
420 bytes
08/12/2024 10:33:59 AM
rw-r--r--
Editing: regenerate-test-protos.sh
Close
#!/bin/bash # Run this script whenever changes are made to mocks.proto to regenerate the # PHP protobuf message classes. # # This script expected to be invoked from the gax-php root using: # $ composer regenerate-test-protos echo ${pwd} cd src protoc --php_out . ./Testing/mocks.proto cp -r ./GPBMetadata/* ../metadata/ cp -r ./Google/ApiCore/* ./ rm -r ./GPBMetadata rm -r ./Google