path = “/full/path/to/script”;
r = system(path);
if (r) {
NSLog(@”Something went wrong with %s”, path);
}
post modem .. just past the library
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.