aboutsummaryrefslogtreecommitdiff
path: root/lint/bash.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-05 21:08:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-05 21:09:19 +1200
commit165c35c70b43349e882bd44be31c0837ab19729b (patch)
tree2a1f4218b78721c3262ac0c0b634629037f50ce6 /lint/bash.sh
parentRemove mail/mailrc from ignored files (diff)
downloaddotfiles-165c35c70b43349e882bd44be31c0837ab19729b.tar.gz
dotfiles-165c35c70b43349e882bd44be31c0837ab19729b.zip
More sh flexibility (check/lint scripts)
Diffstat (limited to 'lint/bash.sh')
-rw-r--r--lint/bash.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lint/bash.sh b/lint/bash.sh
new file mode 100644
index 00000000..2fe1ba13
--- /dev/null
+++ b/lint/bash.sh
@@ -0,0 +1 @@
+find bash -type f -print -exec shellcheck -e SC1090 -s bash -- {} +