Hi, is there any way to call an external script (e.g. bash, python) and to obtain the stdout stream? OM-SHELL only gives me the return value. For example, if I call a script which prints out “1 2 3”, I can see it in the Listener followed by the return value (0).
I have a feeling that I am doing this incorrectly - please let me know if there is some mechanism or common practice for integrating external code.
Thanks,
Paul