Skip to content

Instantly share code, notes, and snippets.

@atstyle
Created March 25, 2014 10:59
Show Gist options
  • Select an option

  • Save atstyle/c36daeb4625b71f4cddf to your computer and use it in GitHub Desktop.

Select an option

Save atstyle/c36daeb4625b71f4cddf to your computer and use it in GitHub Desktop.
unzip.cgi
#!/usr/bin/perl -w
my $result = `unzip MT-6.0.2.zip`;
print "Content-type: text/html\n\n$result";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment