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

at.loveoneanother.schale.Command.scala Maven / Gradle / Ivy

package at.loveoneanother.schale

/**
 * Run a single program in default current working directory and default environment.
 */
object Command {
  def apply(args: String*)(implicit env: Env): Proc = new Proc(args: _*)(env)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy