#!/usr/bin/perl
print "Content-type: text/ascii\n\n";
system("/usr/lib/cgi-bin/git-mirror.py 2>&1");
