mirror of
https://github.com/opnsense/src.git
synced 2026-05-17 19:50:52 -04:00
3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
# A simple ranlib script, to use less disk space than a ranlib program.
|
|
ar s "$1"
|