mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2025-11-23 08:43:02 +00:00
4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
# A simple ranlib script, to use less disk space than a ranlib program.
|
|
ar s $1
|