Skip to content

Conversation

@Benjamin-Loison
Copy link

@Benjamin-Loison Benjamin-Loison commented Oct 30, 2023

Verified exhaustiveness with:

grep 'https://wiki.lineageos.org/faq.html' index.html

and

grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" index.html | sort -u | xargs -i sh -c 'curl -s -I "{}" | grep -wq "301" && echo "{}" && curl -s -I "{}" | grep location | cut -d ':' -f2-'

Verified exhaustiveness thanks to:

```bash
grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" index.html | sort -u | xargs -i sh -c 'curl -s -I "{}" | grep -wq "301" && echo "{}" && curl -s -I "{}" | grep location | cut -d ':' -f2-'
```
@Benjamin-Loison Benjamin-Loison changed the title Remove and update an URL Remove an URL and update URLs Oct 30, 2023
@petefoth petefoth force-pushed the master branch 16 times, most recently from 8c61cab to 4655534 Compare January 13, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant