homepage/geneweb.c

9 lines
151 B
C
Raw Normal View History

2010-06-08 23:04:13 -06:00
#include <unistd.h>
int
main(int argc, char *argv[])
{
chdir("/home/neale/lib/geneweb");
execl("/usr/bin/gwd", "gwd", "-cgi", NULL);
return 0;
}