1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00
nux-env/bin/analysis-java-find-uses
Tony Tkacik e83ba8a88c Added support for scripts and git-all script.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2015-04-28 09:23:31 +02:00

5 lines
113 B
Bash
Executable file

#!/bin/sh
location=.
file_pattern="*.java"
find $location -iname "$file_pattern" | xargs grep -l "$1" | sort -u