mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 18:24:51 +04: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}"
|