Hacker News new | ask | show | jobs
by IYasha 1118 days ago
for g in * do wget g; done;
1 comments

Ok, ok, I see people downvoting this, so I'm correcting myself:

for g in * do wget --recursive "g"; done;