On Fri, Aug 08, 2003 at 12:49:14PM +0900, Daniel Carrera wrote: > I once saw a self-extracting Linux program that was essentially a bash > script with a pile of binary data packed at the end. If I could just > remember how they did that... You might get some ideas from 'man shar'. shar only works with plain text, but I guess you could have a uuencoded tar file or somesuch. Regards, Brian.