This website requires JavaScript.
Explore
Help
Sign In
Repos-que-me-gustan
/
devops-exercises
Watch
1
Star
0
Fork
0
You've already forked devops-exercises
Code
Pull Requests
Activity
deece0073a
devops-exercises
/
scripts
/
count_questions.sh
4 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
change page format I got the feedback that people don't want to see the answer right below the question in visible state.
2019-10-10 23:57:21 +02:00
#!/bin/bash
Add 2 scenario questions
2019-12-02 16:35:59 +01:00
echo
$((
8
+
$(
cat README.md
|
grep
\<
\/
summary
\>
|
wc -l
)
))
Copy Permalink