#!/bin/sh gitk=~/dev/scm/git/gitk-git/gitk-wish test -x $gitk && exec $gitk "$@" /usr/bin/gitk "$@"