mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Change formatting of autogenerated script
This commit is contained in:
parent
05f9d4f3bd
commit
878ef8e95e
2 changed files with 230 additions and 230 deletions
|
@ -31,7 +31,7 @@ num=0
|
|||
# Append the version list to the source file
|
||||
echo "$ios_version_list" | while IFS= read -r line; do
|
||||
num=$((num+1))
|
||||
echo " \"$line\"," >> "$filename"
|
||||
echo " \"$line\"," >> "$filename"
|
||||
echo -e "[$num/$ios_app_count] Fetched \e[34m$line\e[0m."
|
||||
done
|
||||
|
||||
|
@ -73,8 +73,8 @@ echo "$versions" | while IFS= read -r line; do
|
|||
fetch_page=$(curl -s "$line")
|
||||
build=$(echo "$fetch_page" | rg "<span class=\"vercode\">\((\d+)\)</span>" --only-matching -r "\$1" | head -n1)
|
||||
version=$(echo "$fetch_page" | rg "<span class=\"vername\">Reddit (20\d{2}\.\d+\.\d+)</span>" --only-matching -r "\$1" | head -n1)
|
||||
echo " \"Version $version/Build $build\"," >> "$filename"
|
||||
echo -e "[$num/$android_count] Fetched \e[32mVersion $version/Build $build\e[0m"
|
||||
echo " \"Version $version/Build $build\"," >> "$filename"
|
||||
echo -e "[$num/$android_count] Fetched \e[32mVersion $version/Build $build\e[0m."
|
||||
done
|
||||
|
||||
# Close the array in the source file
|
||||
|
@ -96,8 +96,8 @@ num=0
|
|||
# For each in versions, curl the page and extract the build number
|
||||
echo "$table" | while IFS= read -r line; do
|
||||
num=$((num+1))
|
||||
echo " \"$line\"," >> "$filename"
|
||||
echo -e "[$num/$ios_count] Fetched $line\e[0m"
|
||||
echo " \"$line\"," >> "$filename"
|
||||
echo -e "\e[34m[$num/$ios_count] Fetched $line\e[0m."
|
||||
done
|
||||
|
||||
# Close the array in the source file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue