jelber2 commited on
Commit
7dfaa5a
1 Parent(s): 0e11814

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: mit
3
  ---
4
 
 
5
  git clone https://github.com/natir/br.git
6
  git clone https://github.com/natir/pcon
7
  git clone https://github.com/natir/yacrd
@@ -12,3 +13,4 @@ git clone https://github.com/natir/kmrf
12
  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
13
 
14
  sed -i '1i "repo_name","path","content","license"' RustBioGPT-train.csv
 
 
2
  license: mit
3
  ---
4
 
5
+ ```sh
6
  git clone https://github.com/natir/br.git
7
  git clone https://github.com/natir/pcon
8
  git clone https://github.com/natir/yacrd
 
13
  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
14
 
15
  sed -i '1i "repo_name","path","content","license"' RustBioGPT-train.csv
16
+ ```