Merge: niti: teach the interpreter to read from the standard input
authorJean Privat <jean@pryen.org>
Fri, 3 Jun 2016 17:17:00 +0000 (13:17 -0400)
committerJean Privat <jean@pryen.org>
Fri, 3 Jun 2016 17:17:00 +0000 (13:17 -0400)
With `-` the program is read from stdin.

~~~
$ echo H4sIAN7lUFcAAysoyswrUVDySM3JyVfiAgCjfiaWDgAAAA== | base64 -d | gunzip | nit -
Hello
~~~

Pull-Request: #2159
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>


Trivial merge