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