files/git_gvimdiff

6 lines
95 B
Bash
Executable File

#!/bin/sh
gvimdiff "$2" "$5"
# give gvimdiff a chance to read the file before exiting
sleep 1