6 lines
261 B
Batchfile
6 lines
261 B
Batchfile
curl "http://localhost:8888/" > index.html
|
|
curl "http://localhost:8888/download.html" > download.html
|
|
curl "http://localhost:8888/examples.html" > examples.html
|
|
curl "http://localhost:8888/news.html" > news.html
|
|
curl "http://localhost:8888/404.html" > 404.html
|