#!/bin/bash
DST=3rdparty-original
rm -rf $DST
mkdir -p $DST
cd $DST
git clone https://github.com/jwills/avro-json.git
cd avro-json
rm -rf .git