#!/bin/sh -eux

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