home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume15 / hash8 / ncc < prev    next >
Text File  |  1988-06-05  |  314b  |  10 lines

  1.  
  2. # Shell script for compiling long-identifier programs.
  3. # (Must be executed by "sh", not "csh".)
  4. #
  5. # The long-identifier source should be named L_xxx.
  6. # The script is then invoked with "ncc xxx"
  7. #
  8. cat L_$1 | hash8 encode TABLE >$1    # Convert long identifiers
  9. cc -c $1 2>&1 | hash8 decode TABLE    # Compile short form
  10.