fix grepHttp script

This commit is contained in:
Roberto Cirillo 2021-02-16 11:23:34 +01:00
parent 74061c222d
commit f53b14cfda
1 changed files with 0 additions and 2 deletions

View File

@ -6,5 +6,3 @@ else
echo " http not found"
fi
find . -name '*.java' -exec grep 'http://' /dev/null {} + || echo "No http found"