int main(int argc, char **argv) {
char *myargs[32];
void *lib_handle;
int new = 1;
myargs[0] = "runscript";
/* if (argc < 3)
exit(1);