aboutsummaryrefslogtreecommitdiff
path: root/protobuf-c/update.sh
blob: 4e7f47e1302fda8c1ebe9e507d2259d218117897 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh

set -e
set -x

MYDIR="$(dirname ${0})"
wget 'https://raw.githubusercontent.com/protobuf-c/protobuf-c/master/protobuf-c/protobuf-c.c' -O "${MYDIR}/protobuf-c.c"
wget 'https://raw.githubusercontent.com/protobuf-c/protobuf-c/master/protobuf-c/protobuf-c.h' -O "${MYDIR}/protobuf-c.h"