Add two new questions

This commit is contained in:
abregman
2019-10-30 21:30:44 +02:00
parent 680f5425a7
commit 9d676bdd25
3 changed files with 19 additions and 3 deletions

View File

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