update for new konpeito format

This commit is contained in:
jan6 2020-10-15 19:18:55 +03:00
parent 758ed6bc57
commit 6cb59a93c7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ mkdir -p "$target_dir"
gemini_get(){ ./gemini_get_openssl.sh "$@";}
gemini_get "gemini://konpeito.media/index-mild.gmi"|
gemini_get "gemini://konpeito.media/"|tee "$target_dir/index.gmi"|
grep "^=>"|awk "{print \$2}"|
while read -r i;do
file="$(basename "$i")"