Skip to content

Instantly share code, notes, and snippets.

@dewomser
Created January 22, 2026 15:53
Show Gist options
  • Select an option

  • Save dewomser/7104382f542b3743657f33d1434ed1be to your computer and use it in GitHub Desktop.

Select an option

Save dewomser/7104382f542b3743657f33d1434ed1be to your computer and use it in GitHub Desktop.
Komplette Website downloaden mit Bash 1-Zeiler Festplattenversion
#!/usr/bin/bash
# Es empfiehlt sich vorher einen Ordner anzulegen,
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://google.com -P site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment