Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove an URL and update URLs #124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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