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