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

Last change on this file since 839 was 839, checked in by Bruno Cornec, 15 years ago
  • Adds option support for pbdistrocheck (-v and -d)
  • Fix a bug on pbvi/pbg for function having binary in their name
  • Property svn:executable set to *
File size: 115 bytes
Line 
1#!/bin/bash
2export LANGUAGE=C
3gvim `egrep -r $* . | egrep -vi '\.svn|~:|\tbinary\t|/CVS/' | cut -d: -f1 | sort -u`
Note: See TracBrowser for help on using the repository browser.