mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
6 lines
124 B
Bash
Executable file
6 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
exec /usr/bin/grep \
|
|
--exclude-dir=o \
|
|
--exclude-dir=gcc \
|
|
--exclude-dir=.git \
|
|
"$@"
|