Skip to content

Instantly share code, notes, and snippets.

@eupharis
Created August 22, 2013 18:19
Show Gist options
  • Save eupharis/6310872 to your computer and use it in GitHub Desktop.
Save eupharis/6310872 to your computer and use it in GitHub Desktop.
#!/bin/bash
grep -ri $1 $2 --exclude-dir={lib,css,stylesheets} --exclude=*{app.min.js,app.js,templates.js} --color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment