Added wgetMirror alias

This commit is contained in:
2020-11-09 16:47:35 -05:00
parent 9e28aad35b
commit 13c874bbb0

View File

@@ -74,3 +74,5 @@ alias git-remotes='git remote -v update'
# Edit files with vim/fzf # Edit files with vim/fzf
alias vfz='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"