just a test on grepHttp2 script
This commit is contained in:
parent
9bf25910d4
commit
f55342cad5
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
out=`find . -name '*.java' -exec grep 'http://' /dev/null {} +`
|
||||
out=`find . -name '*.java' -exec grep '843339462' /dev/null {} +`
|
||||
if [[ -n "${out}" ]]; then
|
||||
echo "HTTP protocol found in "
|
||||
echo "${out}"
|
||||
|
|
Loading…
Reference in New Issue