From c2e80f1033e0d40f71b64f8a9295ed3942906d87 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Sat, 3 Dec 2022 00:48:47 +0100 Subject: [PATCH] test(json-researcher): add shell type exec && fix permission to scripts --- sh/tests/json-researcher_test.sh | 0 sh/tests/solutions/json-researcher.sh | 1 + 2 files changed, 1 insertion(+) mode change 100644 => 100755 sh/tests/json-researcher_test.sh diff --git a/sh/tests/json-researcher_test.sh b/sh/tests/json-researcher_test.sh old mode 100644 new mode 100755 diff --git a/sh/tests/solutions/json-researcher.sh b/sh/tests/solutions/json-researcher.sh index 6a66f96e..0f4adcd2 100755 --- a/sh/tests/solutions/json-researcher.sh +++ b/sh/tests/solutions/json-researcher.sh @@ -1 +1,2 @@ +#!/usr/bin/env bash curl -s https://content.01-edu.org/assets/superhero/all.json | jq '.[] | select(.id==1)' | grep "name\|\"power\"" \ No newline at end of file