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