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

Last change on this file since 2084 was 2084, checked in by Bruno Cornec, 8 years ago
  • build and delivery directories renamed pbbuild and pbdelivery for consistency and to ease filtering (with git e.g.)
  • Property svn:executable set to *
File size: 157 bytes
Line 
1#!/bin/bash
2export LANGUAGE=C
3gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/|[.]/tags$|No such|/pbbuild/|/pbdelivery/' | cut -d: -f1 | sort -u`
Note: See TracBrowser for help on using the repository browser.