Hacker News new | ask | show | jobs
by p1mrx 199 days ago
> busybox wget -U $x -O 1.htm $y

There's no way that could work. $x expands to multiple arguments.

1 comments

Replace double quotes with single quotes then