Skip to content

Instantly share code, notes, and snippets.

@limitedeternity
Created March 25, 2019 17:06
Show Gist options
  • Save limitedeternity/da4e47e10ce62c43d991d861dc102f12 to your computer and use it in GitHub Desktop.
Save limitedeternity/da4e47e10ce62c43d991d861dc102f12 to your computer and use it in GitHub Desktop.
Bash-скрипт для создания офлайн-зеркала сайта
#!/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