This website requires JavaScript.
Explore
Help
Register
Sign In
Lab
/
cosmopolitan
Watch
1
Star
0
Fork
You've already forked cosmopolitan
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
978b7858f9
cosmopolitan
/
tool
/
scripts
/
grep
7 lines
124 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
exec
/usr/bin/grep
\
--exclude-dir
=
o
\
--exclude-dir
=
gcc
\
--exclude-dir
=
.git
\
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink