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/ksh.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lint/ksh.sh (limited to 'lint/ksh.sh') diff --git a/lint/ksh.sh b/lint/ksh.sh new file mode 100644 index 00000000..4cedc6f7 --- /dev/null +++ b/lint/ksh.sh @@ -0,0 +1,3 @@ +find ksh \ + -type f -name '*.sh' -exec shellcheck -e SC1090 -s sh -- {} + -o \ + -type f -exec shellcheck -e SC1090 -s ksh -- {} + -- cgit v1.2.3