#!/bin/sh

# unb64wrap - the receiving side of a base64 stream
# @(#)unb64wrap.sh 1.1

exec bk base64 -d 
