May 15, 2017
12:16 p.m.
2017-05-15 14:04 GMT+02:00 Mariano Martinez Peck <marianopeck@gmail.com>:
Denis, you can also have shortcut methods to call shell from OSSubprocess. See the tests under "tests - shell" protocol.
I tried this: OSSUnixSubprocess new shellCommand: 'ls ~'; redirectStdout; runAndWaitOnExitDo: [ :process :outString | ^outString ]. And it still returns empty string without error in console. With "ls ../" it works fine