mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-05-12 03:24:40 +02:00
Added download_homepage.ps1
This commit is contained in:
parent
022f9ff51d
commit
fdb01d1a6b
0
Scripts/MD5.ps1
Normal file → Executable file
0
Scripts/MD5.ps1
Normal file → Executable file
0
Scripts/SHA1.ps1
Normal file → Executable file
0
Scripts/SHA1.ps1
Normal file → Executable file
0
Scripts/check_windows_system_files.bat
Normal file → Executable file
0
Scripts/check_windows_system_files.bat
Normal file → Executable file
9
Scripts/download_homepage.ps1
Executable file
9
Scripts/download_homepage.ps1
Executable 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
|
Loading…
Reference in New Issue
Block a user