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

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

Fixes seom rpmlint messages

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