Add scenario question

This commit is contained in:
abregman
2019-12-05 00:24:31 +02:00
parent c0e52f6e47
commit 3a2f0c64a6
3 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
echo $((6 + $(cat README.md | grep \<\/summary\> | wc -l)))
echo $((7 + $(cat README.md | grep \<\/summary\> | wc -l)))