dotfiles/tools/blame

4 lines
85 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
find -iname "*$1*" -exec echo \; -exec echo {} \; -exec git blame {} \;