aboutsummaryrefslogtreecommitdiff
path: root/lint/ksh
diff options
context:
space:
mode:
Diffstat (limited to 'lint/ksh')
-rwxr-xr-xlint/ksh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lint/ksh b/lint/ksh
new file mode 100755
index 00000000..5c5445fc
--- /dev/null
+++ b/lint/ksh
@@ -0,0 +1,2 @@
+#!/bin/sh
+find ksh -type f -print -exec shellcheck -e SC1090 -s ksh -- {} \;