1 2 3 4 5 6
#!/bin/sh set -eux git ls-files -z | \ xargs -0 awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \ xargs shellcheck