abstreet/rgrep.sh

4 lines
169 B
Bash
Raw Normal View History

#!/bin/bash
2021-04-03 21:26:01 +03:00
grep -IR --exclude-dir=.git --exclude-dir=target --exclude-dir=data --exclude-dir=pkg --exclude=Cargo.lock --exclude-dir=web/node_modules --color=auto "$@"