dotfiles/tools/blame

4 lines
85 B
Bash
Executable File

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