#!/bin/sh

# gzip_unuuwrap - the receiving side of a gzip | uuencode stream
# @(#)ungzip_uuwrap.sh 1.5

exec bk uudecode | gunzip 
