This is kl.c in view mode; [Download] [Up]
char cmd[128] = "kl_util" ; main(int ac, char *av[]) { while(--ac) { strcat(cmd, " ") ; strcat(cmd, *++av) ; } setruid(geteuid()) ; system(cmd) ; exit(0) ; }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.