RustBioGPT / README.md
jelber2's picture
Update README.md
ee8e1b4
|
raw
history blame
648 Bytes
metadata
license: mit

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","code","license"' RustBioGPT-train.csv