abstreet/rgrep.sh

4 lines
120 B
Bash
Raw Normal View History

#!/bin/bash
2020-08-26 20:25:45 +03:00
grep -IR --exclude-dir=.git --exclude-dir=target --exclude-dir=data --exclude=Cargo.lock --color=auto "$@"