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

Last change on this file since 1358 was 1358, checked in by Bruno Cornec, 12 years ago
  • Avoid error message if dead links exist for pbg and pbvi
  • Property svn:executable set to *
File size: 124 bytes
Line 
1#!/bin/bash
2export LANGUAGE=C
3gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/|No such' | cut -d: -f1 | sort -u`
Note: See TracBrowser for help on using the repository browser.