abstreet/rgrep.sh
Dustin Carlino 3e7c0e51c4 Set up a test scenario for lane-changing to reproduce #382. The same
problems aren't quite captured, but it's a start.
2020-11-11 11:33:47 -08:00

4 lines
138 B
Bash
Executable File

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