mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
8 lines
163 B
Bash
Executable file
8 lines
163 B
Bash
Executable file
#!/bin/bash -eux
|
|
|
|
set -eux
|
|
|
|
cd $(dirname $0)
|
|
|
|
git subtree pull --prefix third_party/utf8_range \
|
|
https://github.com/protocolbuffers/utf8_range.git main --squash
|