.TH BUNDLEX 1 "MIDI"
.SH NAME
bundlex - bundle up hex files to send in the mail
.SH SYNOPSIS
.B bundlex
\fBfiles...\fP | mail dgl
.SH DESCRIPTION
.I Bundlex
is a shell script that rolls up the given binary hex
files into an ascii script.
The script is input to \fIsh\fP(1);
it will easily unroll and unpack the files.
Example:
to send some dx7 voices to \fIdgl\fP, do:
.Cs
bundlex /usr/midi/lib/dx7/voices/{mello,chif_flute} | mail dgl
.Ce
When \fIdgl\fP gets them he can do
.Cs
sh < file
.Ce
to un-bundle the package.
.SH SEE ALSO
atox(1), xtoa(1), ra(1), da(1)
.SH AUTHOR
Michael Hawley (ucbvax!dagobah!mike)
