home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / hack / nibedit.README < prev    next >
Encoding:
Text File  |  1992-05-22  |  804 b   |  20 lines

  1. #  extract.pl    0.1
  2. #  Louis Mamakos <louie@Sayshell.UMD.EDU>
  3. #
  4. #  Quick and dirty hack.  Used to extract various interesting
  5. #  piece of NeXT .nib files for examination, modification and
  6. #  possible replacement.  Inspired by the pair of C programs
  7. #  written by simsong@daily-bugle.media.mit.edu (Simson L. Garfinkel),
  8. #  usage is pretty much the same.  This version also extracts stuff
  9. #  from the __TIFF, __ICON and __SND segments as well as the original
  10. #  doing the __NIB segment.
  11.  
  12.  
  13. #    combine.pl
  14. #  quick and dirty hack, use with "extract" perl script.
  15. #  This version, unlike the C version, will replace all of the
  16. #  modified files in one fell swoop.  The thing to worry about here is
  17. #  if the command line grows too large; this is unlikely to be a
  18. #  real problem.  Hey, its just a quick hack..
  19. #
  20.