Status: Accepted
Owner: ----
Labels: Milestone-2.0 Type-Feature
New issue 6142 by
[hidden email]: Support piping in scripts to the
image
http://code.google.com/p/pharo/issues/detail?id=6142A CommandLineHandler that reads a string from the command line and outputs
the evaluated result.
This handler either evaluates the arguments passed to the image:
$PHARO_VM my.image eval 1 + 2
or it can read directly from stdin:
echo "1+2" | $PHARO_VM my.image eval
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker