4 lines
177 B
Fish
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
|