1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

Added support for scripts and git-all script.

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2015-04-21 11:02:35 +02:00
parent 8bfdb1fb9e
commit e83ba8a88c
4 changed files with 57 additions and 0 deletions

5
bin/analysis-java-find-uses Executable file
View file

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