Ver Fonte

svn: 455

Bryan Drewery há 22 anos atrás
pai
commit
ef93942f96
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      misc/grep

+ 2 - 2
misc/grep

@@ -1,3 +1,3 @@
 #!/bin/sh
-grep=`which grep`
-grep "$@" | grep -v "^Binary" | grep -v "src/_"
+grep=`which grep` 
+grep "$@" | grep -v "^Binary" | grep -v "src/_" | grep -v "help."