Skip to content

Instantly share code, notes, and snippets.

@limitedeternity
Last active August 1, 2019 10:30
Show Gist options
  • Save limitedeternity/d79146f0b3ccf9b90626792cc84ea58e to your computer and use it in GitHub Desktop.
Save limitedeternity/d79146f0b3ccf9b90626792cc84ea58e 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 -c -R "index.html*" "$link"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment