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