From 13c874bbb0b8a485edb20649165009340173cfa2 Mon Sep 17 00:00:00 2001 From: "chawley (ph-bigbrother)" Date: Mon, 9 Nov 2020 16:47:35 -0500 Subject: [PATCH] Added wgetMirror alias --- .zsh_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh_aliases b/.zsh_aliases index 802d0e1..7ecb450 100644 --- a/.zsh_aliases +++ b/.zsh_aliases @@ -74,3 +74,5 @@ alias git-remotes='git remote -v update' # Edit files with vim/fzf alias vfz='vim "`fzf`"' +# Mirror website with wget +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"