Hi Tito !

IMO you got the best solution, ...

>one more solution without the need to modify scripts is to
>create a wrapper to wget:
>
>#!/bin/sh
>busybox wget -T xxx $@

... except, I would do an exec here:

#!/bin/sh
exec busybox wget -T xxx $@

--
Harald
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to