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