Created
November 20, 2019 15:59
-
-
Save vigoo/d74edb1d8b713eae770a828e63e545bf to your computer and use it in GitHub Desktop.
Prox 1/3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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