1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 09:47:21 +01:00
dotfiles/bin/offline-site.sh

11 lines
185 B
Bash
Raw Normal View History

2018-09-20 22:51:34 +02:00
#!/usr/bin/env bash
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains "$1" \
"$1"