import java.io.File import java.net.URL import scala.sys.process._ new URL("http://www.scala-lang.org/") #> new File("scala-lang.html") !