abstreet/rgrep.sh

4 lines
138 B
Bash
Raw Normal View History

#!/bin/bash
grep -IR --exclude-dir=.git --exclude-dir=target --exclude-dir=data --exclude-dir=pkg --exclude=Cargo.lock --color=auto "$@"