aboutsummaryrefslogtreecommitdiff
path: root/maint/shellcheck_all
blob: 1c6aa51d9128eb48c4c8bcfb4d40cb225422ec4a (plain)
1
2
3
4
5
#!/usr/bin/env bash

set -euo pipefail

git grep -P --line-number '^#! ?/usr/bin/env (:?ba)?sh\b' | sed -n 's/:1:[^:]*$//p' | xargs shellcheck