Dotfiles, utilities, and other apparatus.

6 lines
141 B

10 years ago
  1. #!/bin/sh
  2. # diff is called by git with 7 parameters:
  3. # path old-file old-hex old-mode new-file new-hex new-mode
  4. /usr/bin/gvim -d "$2" "$5"