mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
added test script as well. Changelog: https://github.com/mikefarah/yq/releases/tag/v4.5.1 Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
4 lines
46 B
Bash
4 lines
46 B
Bash
#!/bin/sh
|
|
|
|
yq --version 2>&1 | grep "${2#*v}"
|