mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
7 lines
57 B
Bash
7 lines
57 B
Bash
#!/bin/sh
|
|
|
|
PKG=$1
|
|
ver=$2
|
|
|
|
"$PKG" --version | grep "$ver"
|