Bryan Drewery il y a 22 ans
Parent
commit
ef93942f96
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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."