Skip to content

Instantly share code, notes, and snippets.

@eric-wood
Created June 27, 2014 19:25
Show Gist options
  • Save eric-wood/b79d00e247b979ba86d6 to your computer and use it in GitHub Desktop.
Save eric-wood/b79d00e247b979ba86d6 to your computer and use it in GitHub Desktop.
spiceworks community search
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