File size: 660 Bytes
f75de62
 
 
3c30935
7dfaa5a
3c30935
 
 
 
 
 
 
bfdebee
 
a8723a4
7dfaa5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
license: mit
---

```sh
git clone https://github.com/natir/br.git
git clone https://github.com/natir/pcon
git clone https://github.com/natir/yacrd
git clone https://github.com/natir/rasusa
git clone https://github.com/natir/fpa
git clone https://github.com/natir/kmrf

rm -f RustBioGPT-train.csv && for i in `find . -name "*.rs"`;do paste -d "," <(echo $i|perl -pe "s/\.\/(\w+)\/.+/\"\1\"/g") <(echo $i|perl -pe "s/(.+)/\"\1\"/g") <(perl -pe "s/\n/\\\n/g" $i|perl -pe s"/\"/\'/g" |perl -pe "s/(.+)/\"\1\"/g") <(echo "mit"|perl -pe "s/(.+)/\"\1\"/g") >> RustBioGPT-train.csv; done

sed -i '1i "repo_name","path","content","license"' RustBioGPT-train.csv
```