PowerShell/Scripts/download_homepage.ps1
2020-06-18 18:00:36 +00:00

10 lines
162 B
PowerShell
Executable File

#!/bin/sh
backup()
{
URL=$1
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent $URL --directory-prefix . --no-verbose
}
backup $1