mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
fix typo
This commit is contained in:
parent
7fb5948dce
commit
5d1c2e0dfd
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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 \</summary\> -c README.md) ))
|
echo $(( $(ls ./scenarios/ | grep ".*md" -c) + $(grep \</summary\> -c README.md) ))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user