mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 05:09:46 +08:00
7 lines
57 B
Bash
7 lines
57 B
Bash
#!/bin/sh
|
|
|
|
PKG=$1
|
|
ver=$2
|
|
|
|
"$PKG" --version | grep "$ver"
|