dotfiles/tools/blame
2015-04-27 16:30:43 +02:00

4 lines
85 B
Bash
Executable file

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