OSProcess provides access to operating system functions, including pipes, child process creation, and control of the Squeak VM process.
See:
To load (the in-development version) in Pharo 7 and later:
Metacello new
repository: 'github://dtlewis290/OSProcess-Tonel/src';
baseline: 'OSProcess';
load.