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
/
strips
blob: 11c00b4ca6b8f7798c3fea799ef4f7faa13654f2 (
plain
)
1
2
3
4
5
6
#!/usr/bin/env ruby while line = STDIN.gets puts line.strip end