mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 16:14:58 -04: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
|