home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / binutils.2 / binutils / ranlib.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1993-05-30  |  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.