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