abstreet/rgrep.sh

4 lines
106 B
Bash
Raw Normal View History

#!/bin/bash
grep -R --exclude-dir=.git --exclude-dir=target --exclude-dir=data --exclude=Cargo.lock "$@"