mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 03:31:05 +08:00
4 lines
64 B
Bash
4 lines
64 B
Bash
#!/bin/sh
|
|
|
|
/usr/bin/"${1}" version 2>/dev/null | grep -F "${2}"
|