/* wrapper.c */ #define REAL_PATH "/usr/local/bin/secret/secret.pl" main(ac, av) char **av; { execv(REAL_PATH, av); }