On Dec 2, 2012, at 02:18 , jonat...@mugginsoft.com wrote:
> Thanks to Fritz for pointing out that the error detection was not up to
> scratch.
> if (!userScriptsFolderURL || *error) {
> [NSException raise:MGSTaskStartException format:@"Bad user scripts
> folder URL"];
> }
> if (!_u
On 1 Dec 2012, at 22:13, jonat...@mugginsoft.com wrote:
> I am trying to run the following one line echo bash script using
> NSUserUnixTask:
>
> echo "hello" >/dev/stderr
No need to go any further than here.
A script containing the above line executes in the bash shell as is, however
NSUserUni