This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # By Andrew Grangaard ( http://www.lowlevelmanager.com ) | |
| # inspired by | |
| # svnvimdiff: | |
| # Copyright 2007 by Geoff Buchan | |
| # http://www.vim.org/scripts/script.php?script_id=1797 | |
| # which was | |
| # Based on the script cvsvimdiff, written by | |
| # Stefano Zacchiroli <[email protected]> |