Updated Recursiveness (markdown)

Anmol Sethi
2019-03-18 09:49:07 -04:00
parent eff35533db
commit 3676016c63

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