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