cosmopolitan/tool/scripts/grep

11 lines
292 B
Text
Raw Normal View History

#!/bin/sh
exec grep \
--exclude=TAGS \
--exclude=HTAGS \
--exclude=*.dbg \
--exclude-dir=o \
--exclude-dir=gcc \
--exclude-dir=.git \
--exclude=archive-contents \
"$@"