I want to run my process from scala, with several environment variables modified. For example:
Seq(\"bash\",\"echo $asdf\") !
and $asdf set
Process(Seq("bash", "-c", "echo $asdf"), None, "asdf" -> "Hello, world!").!
See Process.