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