fix script

This commit is contained in:
Roberto Cirillo 2023-01-18 10:04:32 +01:00
parent f55342cad5
commit 2393e09f4e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
out=`find . -name '*.java' -exec grep '843339462' /dev/null {} +`
out=`find . -name '*.java' -exec grep '-843339462' /dev/null {} +`
if [[ -n "${out}" ]]; then
echo "token found in: "
echo "${out}"

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
out=`find . -name '*.java' -exec grep '843339462' /dev/null {} +`
out=`find . -name '*.java' -exec grep '-http://' /dev/null {} +`
if [[ -n "${out}" ]]; then
echo "HTTP protocol found in "
echo "${out}"