summaryrefslogtreecommitdiffstats
path: root/wget-website
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-04-16 11:16:25 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-04-16 11:16:25 +0200
commit92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd (patch)
treed7d91e4610c051c7ec660c2dbc6f5c75fbcaeb95 /wget-website
parent98556437218cf47e920dbced925a8c87d7dc8b96 (diff)
downloadbin-92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd.tar.gz
bin-92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd.tar.xz
Add scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'wget-website')
-rwxr-xr-xwget-website4
1 files changed, 4 insertions, 0 deletions
diff --git a/wget-website b/wget-website
new file mode 100755
index 0000000..799a5aa
--- /dev/null
+++ b/wget-website
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+exec wget --mirror --convert-links --backup-converted --adjust-extension "$@"
+