Add scouts honor escape hatch for source embedding
This commit is contained in:
6
tool/scripts/grep
Executable file
6
tool/scripts/grep
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
exec /usr/bin/grep \
|
||||
--exclude-dir=o \
|
||||
--exclude-dir=gcc \
|
||||
--exclude-dir=.git \
|
||||
"$@"
|
||||
Reference in New Issue
Block a user