Why don’t you use OSSubprocess?

Cheers,
Max

> On 18 Jun 2016, at 16:24, Sean P. DeNigris <[email protected]> wrote:
> 
> I know our policy is to only backport severe bug fixes, but I have one method
> I'd like added to 5.0 which would make my life a lot easier. Since
> NBMacShell has been removed, there doesn't seem to be a built-in way to send
> simple shell commands, which has broken all my project/image load scripts. I
> propose the following addition which will restore that basic functionality:
> 
>    LibC class>>system: command
>       ^ self ffiCall: #(#int #system #(#char #* #command)) module: self
> 
> It doesn't change any existing behavior, so seems relatively risk-free. What
> do you think?
> 
> 
> 
> -----
> Cheers,
> Sean
> --
> View this message in context: 
> http://forum.world.st/Pharo-5-0-Tiny-Feature-Request-tp4901682.html
> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
> 


Reply via email to