1 2 3 4 5 6 7 8 9
#!/usr/bin/env bash cd `dirname $0`/.. if [ "$1" = "" ]; then exit 1 fi find source/class/ -name "*.js" | xargs grep -n "$*"