1
1
mirror of https://github.com/a-b-street/abstreet.git synced 2024-12-22 05:41:31 +03:00
abstreet/rgrep.sh

4 lines
165 B
Bash
Executable File

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