From 97b79a4070b171a9f7880450dcb334c3af76605d Mon Sep 17 00:00:00 2001 From: "chawley (ph-bigbrother)" Date: Tue, 10 Nov 2020 16:12:27 -0500 Subject: [PATCH] Added comment of source for wgetMirror alias --- .zsh_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.zsh_aliases b/.zsh_aliases index 7ecb450..952a986 100644 --- a/.zsh_aliases +++ b/.zsh_aliases @@ -75,4 +75,5 @@ alias git-remotes='git remote -v update' alias vfz='vim "`fzf`"' # Mirror website with wget +# (https://www.guyrutenberg.com/2014/05/02/make-offline-mirror-of-a-site-using-wget/#comment-2237076) alias wgetMirror="/usr/bin/wget -o wget.log -mkEpnp –wait=9 –user-agent='Mozilla/5.0 (compatible; Googlebot/2.1; +http://www. google.com/bot.html)' –no-check-certificate"