home *** CD-ROM | disk | FTP | other *** search
- # extract.pl 0.1
- # Louis Mamakos <louie@Sayshell.UMD.EDU>
- #
- # Quick and dirty hack. Used to extract various interesting
- # piece of NeXT .nib files for examination, modification and
- # possible replacement. Inspired by the pair of C programs
- # written by simsong@daily-bugle.media.mit.edu (Simson L. Garfinkel),
- # usage is pretty much the same. This version also extracts stuff
- # from the __TIFF, __ICON and __SND segments as well as the original
- # doing the __NIB segment.
-
-
- # combine.pl
- # quick and dirty hack, use with "extract" perl script.
- # This version, unlike the C version, will replace all of the
- # modified files in one fell swoop. The thing to worry about here is
- # if the command line grows too large; this is unlikely to be a
- # real problem. Hey, its just a quick hack..
- #
-