Added download_homepage.ps1

This commit is contained in:
Markus Fleschutz 2020-06-18 18:00:36 +00:00
parent 022f9ff51d
commit fdb01d1a6b
4 changed files with 9 additions and 0 deletions

0
Scripts/MD5.ps1 Normal file → Executable file
View File

0
Scripts/SHA1.ps1 Normal file → Executable file
View File

0
Scripts/check_windows_system_files.bat Normal file → Executable file
View File

9
Scripts/download_homepage.ps1 Executable file
View File

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