mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
# shellcheck disable=SC2039
|
|
|
|
"/usr/sbin/${1//-full}" -version 2>&1 | grep "$2"
|