From eff35533dbc690d23e559e4e325af18c4ae1fa29 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 18 Mar 2019 09:44:59 -0400 Subject: [PATCH] Updated Recursiveness (markdown) --- Recursiveness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recursiveness.md b/Recursiveness.md index c73dbfb..42610b6 100644 --- a/Recursiveness.md +++ b/Recursiveness.md @@ -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