Browse Source

test(json-researcher): add shell type exec && fix permission to scripts

DEV-4017-prototypes-exercise-1-animals
Zouhair AMAZZAL 2 years ago committed by Zouhair AMAZZAL
parent
commit
c2e80f1033
  1. 0
      sh/tests/json-researcher_test.sh
  2. 1
      sh/tests/solutions/json-researcher.sh

1
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\""
Loading…
Cancel
Save