mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 23:12:02 +08:00
9d17ba1a93
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
7 lines
57 B
Bash
7 lines
57 B
Bash
#!/bin/sh
|
|
|
|
PKG=$1
|
|
ver=$2
|
|
|
|
"$PKG" --version | grep "$ver"
|