#!/bin/sh

git grep -P --line-number '^#! ?/bin/(:?ba)?sh\b' | sed -n 's/:1:[^:]*$//p' | xargs shellcheck

git ls-files | grep -e '\.sh$' | xargs shellcheck -s bash
