aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-24 00:04:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-24 00:04:26 +1200
commit39c210c0ceabb746e3ba325cb2aa1076a6ee95c2 (patch)
tree6a4c5fbe47a7c2dcec7713154cc47e008023387f /lint
parentRemove an untruth from README (diff)
downloaddotfiles-39c210c0ceabb746e3ba325cb2aa1076a6ee95c2.tar.gz
dotfiles-39c210c0ceabb746e3ba325cb2aa1076a6ee95c2.zip
Tidy check/lint targets, add pdksh
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 -- {} \;