projects
/
~madcoder
/
dotfiles.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ed958e639411ecfe0bd9ff0eecb463c3b297c1b3
[~madcoder/dotfiles.git]
/
gitk
1
#!/bin/sh
2
gitk=~/dev/scm/git/gitk-git/gitk-wish
3
test -x $gitk && exec $gitk "$@"
4
/usr/bin/gitk "$@"