uudecode

How can a bash script write out a binary file, without using uudecode?

Hi all, I've got a little puzzler here for the bash scripting experts... I have a bash script that needs to create a small (80 byte) binary file when it runs. The contents of the file need to be contained inside the script itself (i.e. I don't want to just package the file along with the script). My script currently does it like this:...