/* pysycache.c */ #define PYSYCACHE "/usr/share/pysycache/pysycache.py" main(int argc, char ** argv) { execv(PYSYCACHE, argv); }