index
:
nlp_scripts
master
Mirror of https://github.com/pks/nlp_scripts.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
add-ln
blob: 35bc44d9915529519135a8397d7cc8084d3f1ade (
plain
)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby i = 0 while line = STDIN.gets puts "#{i}\t#{line}" i += 1 end