wget wrapper for some default options

This commit is contained in:
olli 2024-04-25 13:51:09 +02:00
parent 6427787980
commit 1bb22864e6

3
gaboshlib/g_wget.sh Normal file
View File

@ -0,0 +1,3 @@
function g_wget {
wget -T 10 -t 2 -U "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" $@
}