Project

General

Profile

1
#!/bin/bash
2

    
3
DST=3rdparty-original
4

    
5
rm -rf $DST
6
mkdir -p $DST
7
cd $DST
8
git clone https://github.com/jwills/avro-json.git
9
cd avro-json
10
rm -rf .git
(4-4/4)