Files
dotfiles-old2/.config/fish/functions/wget_od.fish
2019-09-29 08:13:03 +03:00

4 lines
177 B
Fish

function wget_od
wget --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" -e robots=off -r -nc -np -R "*index.html*" $argv;
end