summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/find.sh
blob: f838247229799917db28fb8a3abbfe39634b18a5 (plain)
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 "$*"