public
Description: A bunch of random scripts I've either written, downloaded or clipped from #git.
Homepage:
Clone URL: git://github.com/jwiegley/git-scripts.git
git-scripts / git-external-ediff
100755 4 lines (2 sloc) 0.075 kb
1
2
3
4
#!/bin/sh
 
[ $# -eq 7 ] && emacsclient --eval "(ediff \"$2\" \"$PWD/$5\")"