Files
2020-06-15 19:01:28 -07:00

7 lines
124 B
Bash
Executable File

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