@Rahul Check if the command actually works? ``` /bin/sh -c wget -O /work-dir/in . . .

Rashid Boyko:
@Rahul Check if the command actually works?

/bin/sh -c wget -O /work-dir/index.html <http://neverssl.com/online>

Rahul:
Thank you Rashid. Problem was with missing hyphen in c . It worked post that.

Rashid Boyko:
Nice one