cosmopolitan/tool/scripts/grep
2020-06-15 19:01:28 -07:00

6 lines
124 B
Bash
Executable file

#!/bin/sh
exec /usr/bin/grep \
--exclude-dir=o \
--exclude-dir=gcc \
--exclude-dir=.git \
"$@"