Add 2 scenario questions

This commit is contained in:
abregman
2019-12-02 17:35:59 +02:00
parent e30fd9fb21
commit 32db0cd91d
2 changed files with 6 additions and 5 deletions

View File

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