mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
3 lines
90 B
Bash
Executable file
3 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
# A simple ranlib script, to use less disk space than a ranlib program.
|
|
ar s $1
|