Handle globbing
[blame.git] / README.md
1 # Blame
2
3 A shell script to see who should _really_ own a file in your `git` project.
4
5 ## Usage
6
7 `blame [file ...]`
8
9 ## Installation
10
11 Try `make install`, maybe run `sudo make install` if you're trusting and disinclined to see what's being run.
12
13 Use `make uninstall` to go the other way around.