#!/bin/sh

# gzip_unb64wrap - the receiving side of a gzip | base64 stream
# @(#)ungzip_b64wrap.sh 1.1

exec bk base64 -d | gunzip 
