cosmopolitan/tool/scripts/grep

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
292 B
Text
Raw Permalink 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 \
"$@"