5 lines
373 B
Fish
Executable File
5 lines
373 B
Fish
Executable File
# Defined in - @ line 1
|
|
function wget_od --description 'alias 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*"'
|
|
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
|