Created
June 27, 2014 19:25
-
-
Save eric-wood/b79d00e247b979ba86d6 to your computer and use it in GitHub Desktop.
spiceworks community search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function f() { | |
types=( ruby css html sass js scala shell go ) | |
for i in "${types[@]}" | |
do | |
ag --$i "$@" app/ engines/ | |
done | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment