Updated Recursiveness (markdown)

Anmol Sethi
2019-03-18 09:44:59 -04:00
parent b501ea60b5
commit eff35533db

@@ -16,7 +16,7 @@ To check files with one of multiple extensions:
```
# Bash 4+
shopt -s globstar nullglob
shopt -s globstar
shellcheck /path/to/scripts/**/*.{sh,bash,ksh}
# POSIX