diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-16 11:16:25 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-16 11:16:25 +0200 |
commit | 92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd (patch) | |
tree | d7d91e4610c051c7ec660c2dbc6f5c75fbcaeb95 /wget-website | |
parent | 98556437218cf47e920dbced925a8c87d7dc8b96 (diff) | |
download | bin-92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd.tar.gz bin-92d40d26682ff4fb2fc44d8c0c4f313a4b9b0abd.tar.xz |
Add scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'wget-website')
-rwxr-xr-x | wget-website | 4 |
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 "$@" + |