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