aboutsummaryrefslogtreecommitdiff
path: root/lint/ksh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/ksh.sh')
-rw-r--r--lint/ksh.sh3
1 files changed, 3 insertions, 0 deletions
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 -- {} +