Skip to content

Instantly share code, notes, and snippets.

@vigoo
Created November 20, 2019 15:59
Show Gist options
  • Save vigoo/d74edb1d8b713eae770a828e63e545bf to your computer and use it in GitHub Desktop.
Save vigoo/d74edb1d8b713eae770a828e63e545bf to your computer and use it in GitHub Desktop.
Prox 1/3
val p1: Process[NotRedirected, NotRedirected, NotRedirected] = ???
val p2: Process[NotRedirected, Redirected, NotRedirected] = p1 > (home / "tmp" / "out.txt")
val p3 = p2 > (home / "tmp" / "another.txt") // THIS MUST NOT COMPILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment