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