#!/bin/sh
offset=$(grep -Fobam1 "$(printf '\037\213')" -- "$1" | grep -o '^[0-9]*')
dd if="$1" ibs="$offset" skip=1 2>/dev/null | gzip -dc
