path = “/full/path/to/script”;
r = system(path);
if (r) {
NSLog(@”Something went wrong with %s”, path);
}
Are blogs retro yet?
path = “/full/path/to/script”;
r = system(path);
if (r) {
NSLog(@”Something went wrong with %s”, path);
}
You must be logged in to post a comment.