source: ProjectBuilder/devel/pb/bin/pbvi@ 230

Last change on this file since 230 was 230, checked in by Bruno Cornec, 17 years ago

improve cvs support for pbg/pbvi

  • Property svn:executable set to *
File size: 111 bytes
Line 
1#!/bin/bash
2export LANGUAGE=C
3gvim `egrep -r $* . | egrep -vi '\.svn|~:|binary|/CVS/' | cut -d: -f1 | sort -u`
Note: See TracBrowser for help on using the repository browser.