Browse Source

test(head-and-tail): 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
abf236eac3
  1. 0
      sh/tests/head-and-tail_test.sh
  2. 2
      sh/tests/solutions/head-and-tail.sh

2
sh/tests/solutions/head-and-tail.sh

@ -1 +1,3 @@
#!/usr/bin/env bash
curl --silent https://assets.01-edu.org/devops-branch/HeadTail.txt | head -1 && curl --silent https://assets.01-edu.org/devops-branch/HeadTail.txt | tail -1
Loading…
Cancel
Save