1 2 3 4 5 6
#!/bin/sh set -eu git ls-files | xargs awk '/^#!\/bin\/sh$/ { print FILENAME } { nextfile }' | xargs shellcheck -x