home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / uucp / Uucp.framework / contrib / uucomp.shar / uucomp-1.1 / INTERNALS < prev    next >
Encoding:
Text File  |  1993-12-20  |  410 b   |  16 lines

  1. This is the basic workflow for uucomp:
  2.  
  3. for (every argv)
  4. do
  5.     if not "C." file skip
  6.     if open fail, skip
  7.     read 1 line from C. file
  8.     grab second and 10th field (second is data file name,
  9.         10th is command name)
  10.     if open fail on second field, skip
  11.     if 10th field isn't "rmail" or "rnews", skip
  12.     execute "gzip -9" on second field
  13.     change "rmail" and "rnews" to "crmail" and "crnews", respectively
  14.         in C. file
  15. done
  16.