mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
11 lines
185 B
Bash
Executable File
11 lines
185 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
wget \
|
|
--recursive \
|
|
--no-clobber \
|
|
--page-requisites \
|
|
--html-extension \
|
|
--convert-links \
|
|
--restrict-file-names=windows \
|
|
--domains "$1" \
|
|
"$1" |