mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 16:13:59 +08:00
4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
# A simple ranlib script, to use less disk space than a ranlib program.
|
|
ar s "$1"
|