PowerShell/Scripts/download_homepage.ps1

10 lines
162 B
PowerShell
Raw Normal View History

2020-06-18 20:00:36 +02:00
#!/bin/sh
backup()
{
URL=$1
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent $URL --directory-prefix . --no-verbose
}
backup $1