Add a couple of questions and update notes

As there was some confusion on how this repository content should be
used.
This commit is contained in:
abregman
2019-10-19 21:51:20 +03:00
parent 3df32f2661
commit 22d4d3a7a8
2 changed files with 22 additions and 9 deletions

View File

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