All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gridscale.local.LocalExecExample.scala Maven / Gradle / Ivy

There is a newer version: 2.55
Show newest version
package gridscale.local


object LocalExecExample extends App {

  val jobDescription = "cd /tmp && cat /etc/passwd"

  def res =
    Local.execute(jobDescription)

  println(res)


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy