3 lines
89 B
Text
3 lines
89 B
Text
mkdir foo
|
|
busybox wget -q -O index.html -P foo http://www.google.com/
|
|
test -s index.html
|