From a40c08cf2cb635ff3621ca0ff3b978744f4bde78 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 11 Dec 2022 13:04:30 +0100 Subject: [PATCH] chg: [jq_all_the_things] display if an UUID is invalid --- jq_all_the_things.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jq_all_the_things.sh b/jq_all_the_things.sh index 1d6cc73..26ce4c1 100755 --- a/jq_all_the_things.sh +++ b/jq_all_the_things.sh @@ -10,6 +10,7 @@ do cat ${dir} | jq . >/dev/null rc=$? if [[ $rc != 0 ]]; then exit $rc; fi + cat ${dir} | jq -r .uuid | uuidparse done set -e