mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01: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