22d4d3a7a8
As there was some confusion on how this repository content should be used.
5 lines
109 B
Bash
Executable File
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)
|