#!/bin/sh set -u { git ls-files | grep "$@"; git grep --files-with-matches "$@"; } | sort -u