mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-15 04:44:47 +08:00
4 lines
112 B
Bash
4 lines
112 B
Bash
#!/bin/sh
|
|
# thin wrapper so `lpac` on PATH resolves to the self-contained static binary
|
|
exec /usr/lib/lpac "$@"
|