aboutsummaryrefslogtreecommitdiff
path: root/aux/assert-shellcheck.sh
blob: fcbb1c70b3e66cf2395121153e0a5761478f171f (about) (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
set -eux

git ls-files | \
  xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \
  xargs shellcheck