diff --git a/scripts/count_questions.sh b/scripts/count_questions.sh index 43a1ffa..97b7df0 100755 --- a/scripts/count_questions.sh +++ b/scripts/count_questions.sh @@ -1,5 +1,5 @@ #!/bin/bash -# We dont care about non alphanumerics filenames so we just ls | grep to shortern the script. +# We dont care about non alphanumerics filenames so we just ls | grep to shorten the script. echo $(( $(ls ./scenarios/ | grep ".*md" -c) + $(grep \ -c README.md) ))