Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created March 18, 2015 08:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save shigemk2/a76032e9c6f131181e54 to your computer and use it in GitHub Desktop.
import scala.sys.process.Process
val command = "echo 'hello'"
val process = Process(command).run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment