fix token script

This commit is contained in:
Roberto Cirillo 2023-01-18 09:44:50 +01:00
parent 66b915e6fe
commit 9bf25910d4
1 changed files with 1 additions and 1 deletions

View File

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