NTBTask icon indicating copy to clipboard operation
NTBTask copied to clipboard

Automatically find launch path for command.

Open kareman opened this issue 10 years ago • 0 comments

Lets you do [[NTBTask alloc] initWithLaunchPath:@"echo"]; instead of [[NTBTask alloc] initWithLaunchPath:@"/bin/echo"];

also rename initWithLaunchPath to initWithCommand?

kareman avatar May 07 '14 15:05 kareman