Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created October 20, 2013 19:11
Show Gist options
  • Save obfusk/7073883 to your computer and use it in GitHub Desktop.
Save obfusk/7073883 to your computer and use it in GitHub Desktop.
DO NOT USE "foo $@ bar" !!! only use "$@" !!!
grep -R '[^"]\$@\|\$@[^"]' --exclude-dir=.git . 2>/dev/null | grep -v Binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment