/* cgi-wrapper.c: Model for CGI wrappers to run setuid */ main (argc,argv) int argc; char **argv; { execv("/u/www/docs/tcc/help/whatever.py",argv); }