Created
March 25, 2019 17:06
-
-
Save limitedeternity/da4e47e10ce62c43d991d861dc102f12 to your computer and use it in GitHub Desktop.
Bash-скрипт для создания офлайн-зеркала сайта
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
link=$(zenity --entry --text 'Please enter link:') || exit 0 | |
wget -m -np -E -k -p "$link" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment