7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
#!/bin/sh
|
||
|
exec /usr/bin/grep \
|
||
|
--exclude-dir=o \
|
||
|
--exclude-dir=gcc \
|
||
|
--exclude-dir=.git \
|
||
|
"$@"
|