mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 5 is the number of scenario questions.
|
|
expr 5 + $(cat README.md | grep \<\/summary\> | wc -l)
|