devops-exercises/scripts/count_questions.sh
abregman 22d4d3a7a8 Add a couple of questions and update notes
As there was some confusion on how this repository content should be
used.
2019-10-19 21:51:20 +03:00

5 lines
109 B
Bash
Executable File

#!/bin/bash
# 5 is the number of scenario questions.
expr 5 + $(cat README.md | grep \<\/summary\> | wc -l)