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
/
ruby_eval
blob: fe0d1813ecc8ed5d621245959b9bc2502d0576db (
plain
)
1
2
3
4
5
6
#!/usr/bin/env ruby while line = STDIN.gets puts "#{eval line}" end