|
|
1.1 root 1: #include <sys/vlimit.h>
2: #include <stdio.h>
3:
4: main(argc, argv)
5: int argc;
6: char **argv;
7: {
8:
9: if (argc < 2) {
10: fprintf(stderr, "usage: bigcore command\n");
11: exit(1);
12: }
13: vlimit(LIM_CORE, INFINITY);
14: execvp(argv[1], &argv[1]);
15: perror(argv[1]);
16: exit(1);
17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.