fix script
This commit is contained in:
parent
c969b1f54b
commit
795ca7b7c1
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
out=`find . -name '*.java' -o -name '*.properties'-exec grep '843339462' /dev/null {} +`
|
out=`find . -name '*.java' -o -name '*.properties' -exec grep '843339462' /dev/null {} +`
|
||||||
if [[ -n "${out}" ]]; then
|
if [[ -n "${out}" ]]; then
|
||||||
echo "token found in: "
|
echo "token found in: "
|
||||||
echo "${out}"
|
echo "${out}"
|
||||||
|
|
Loading…
Reference in New Issue