dnet40/modules/icm-iis-3rdparty-avro-json/get_original_source.sh @ 36288
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 |
- « Previous
- 1
- 2
- 3
- 4
- Next »