oops should've probably updated the sitedomain variable
This commit is contained in:
parent
c1dcebb98c
commit
b836b1003c
2 changed files with 10 additions and 13 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Taken from here and modified: https://www.lostsaloon.com/technology/how-to-create-an-xml-sitemap-using-wget-and-shell-script/
|
||||
# (https://web.archive.org/web/20231202193251/https://www.lostsaloon.com/technology/how-to-create-an-xml-sitemap-using-wget-and-shell-script/) (https://archive.ph/qtdMP)
|
||||
sitedomain=https://tccdcode.club/
|
||||
sitedomain=https://askiiart.net/
|
||||
dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
wget --spider --recursive --level=inf --output-file=$dir/linklist.txt $sitedomain
|
||||
# greps for the relevant lines, gets the URLs, gets only the lines for $sitedomain, and sorts them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue