Skip to content

Instantly share code, notes, and snippets.

@atstyle
Created March 25, 2014 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atstyle/c36daeb4625b71f4cddf to your computer and use it in GitHub Desktop.
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