1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 03:43:53 +02:00
openwrt-packages/utils/yq/test.sh
Tianling Shen 8356aaafc5
yq: Update to 4.5.1
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>
2021-02-10 19:14:01 +08:00

4 lines
46 B
Bash

#!/bin/sh
yq --version 2>&1 | grep "${2#*v}"