Skip to content

Instantly share code, notes, and snippets.

@whoo
Created June 19, 2017 16:42
Show Gist options
  • Save whoo/cea51b5cf9fbf252f9b24903fbd09d03 to your computer and use it in GitHub Desktop.
Save whoo/cea51b5cf9fbf252f9b24903fbd09d03 to your computer and use it in GitHub Desktop.
#!/bin/bash
PATH=${GZIP_BINDIR-'/bin'}:$PATH
exec 7z e -so -bd "$@" 2>/dev/null | cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment