Bryan Drewery hace 22 años
padre
commit
ef93942f96
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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."