packmail
 

# Module 'packmail' -- create a self-unpacking shell archive.


 Modules
                                                                                                                                                                                                                               
os
string


 Functions
                                                                                                                                                                                                                               
help()
# Print help
pack(outfp, file, name)
# Pack one file
packall(outfp, dirname)
# Pack all files from a directory
packnotolder(outfp, dirname, oldest)
# Pack all files from a directory that are not older than a give one
packsome(outfp, dirname, names)
# Pack some files from a directory
packtree(outfp, dirname)
# Pack a whole tree (no exceptions)
unixfix(name)
no doc string