From 165c35c70b43349e882bd44be31c0837ab19729b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Apr 2017 21:08:39 +1200 Subject: More sh flexibility (check/lint scripts) --- lint/bash.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 lint/bash.sh (limited to 'lint/bash.sh') diff --git a/lint/bash.sh b/lint/bash.sh new file mode 100644 index 00000000..2fe1ba13 --- /dev/null +++ b/lint/bash.sh @@ -0,0 +1 @@ +find bash -type f -print -exec shellcheck -e SC1090 -s bash -- {} + -- cgit v1.2.3