home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / binutils-2.2.1 / binutils / ranlib.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1991-10-07  |  90 b   |  4 lines

  1. #!/bin/sh
  2. # A simple ranlib script, to use less disk space than a ranlib program.
  3. ar s $1
  4.