You've already forked devops-exercises
mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2025-07-06 23:36:36 +02: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)
|