mirror of
https://github.com/offa/android-foss.git
synced 2026-07-21 17:35:38 +02:00
Formatting.
This commit is contained in:
@@ -19,9 +19,9 @@ while IFS=';' read -ra TOK; do
|
|||||||
|
|
||||||
if [[ "${i}" =~ ^fdid=([[:alnum:]]|[\._-])+$ ]];
|
if [[ "${i}" =~ ^fdid=([[:alnum:]]|[\._-])+$ ]];
|
||||||
then
|
then
|
||||||
echo -e "\e[0;32mOK\e[0m"
|
echo -e "\e[0;32m OK \e[0m"
|
||||||
else
|
else
|
||||||
echo -e "\e[0;31mINVALID\e[0m"
|
echo -e "\e[0;31m INVALID \e[0m"
|
||||||
let "FAILED += 1"
|
let "FAILED += 1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user