Skip to content

Instantly share code, notes, and snippets.

@sungmin-park
Created October 16, 2012 01:55
Show Gist options
  • Save sungmin-park/3896851 to your computer and use it in GitHub Desktop.
Save sungmin-park/3896851 to your computer and use it in GitHub Desktop.
alias unzip-stream="python -c \"import zipfile,sys,StringIO;zipfile.ZipFile(StringIO.StringIO(sys.stdin.read())).extractall(sys.argv[1] if len(sys.argv) == 2 else '.')\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment